PyHANDLE = LoadCursor(hInstance, cursorid
)
Loads a cursor.
Parameters
hInstance : PyHANDLE
Handle to the instance to load the resource
from, or None to load a standard system cursorcursorid : PyResourceId
The ID of the cursor. Can be a resource id or
for system cursors, one of win32con.IDC_*Win32 API References
Search for LoadCursor at msdn, google or google groups.