mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
12 lines
411 B
C
12 lines
411 B
C
HCURSOR
|
|
CursorIconToCursor(HICON hIcon,
|
|
BOOL SemiTransparent);
|
|
|
|
HICON CreateCursorIconFromData(PVOID ImageData,
|
|
ICONIMAGE* IconImage,
|
|
int cxDesired,
|
|
int cyDesired,
|
|
int xHotspot,
|
|
int yHotspot,
|
|
BOOL fIcon);
|
|
|