fCopy (BOOL) - input
Copy
indicator.
TRUE
Create a copy of the default system pointer
and return its handle. Specify this value if the system pointer is to be
modified. The application should destroy the copy of the pointer created.
This can be done by using the WinDestroyPointer function.
FALSE
Return the handle of the current system pointer.
[Back]
[Next]