win32api.LoadCursor

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 cursor

cursorid : 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.