hwnd (HWND) - input
This must be the handle of a window for which the application can receive input.
lx (LONG) - input
ly (LONG) - input
lcx (LONG) - input
If 0, the system nominal border width (SV_CXBORDER) is used.
lcy (LONG) - input
If 0, the system nominal border height (SV_CYBORDER) is used.
ulrgf (ULONG) - input
CURSOR_SOLID
prclClip (PRECTL) - input
A rectangle within which the cursor is visible. If the cursor goes outside this rectangle, it is clipped away and is invisible.
The rectangle is specified in window coordinates.
If prclClip is NULL, the drawing of the cursor is clipped to the window rectangle of hwnd.
Note: The cursor is always clipped to the window rectangle, even if part of prclClip is outside it.
The value of each field in this structure must be in the range -32 768 through 32 767. The data type WRECT can also be used, if supported by the language.
rc (BOOL) - returns
TRUE