Sponsors
CreateCursor
in Icons
Function name: CreateCursor
Defined in : user32
Requirements : Windows NT 3.1 or later; Windows 95 or later
Declaration:
Declare Function CreateCursor Lib "user32" Alias "CreateCursor" (ByVal hInstance As Long, ByVal nXhotspot As Long, ByVal nYhotspot As Long, ByVal nWidth As Long, ByVal nHeight As Long, lpANDbitPlane As Any, lpXORbitPlane As Any) As Long
Parameters:
Returns:
Related functions:
Examples:
Sorry, this function has no examples yet.