ReactOS 0.4.16-dev-329-g9223134
|
#include <ntuser.h>
Public Attributes | |
LPWSTR | lpName |
LPWSTR | lpModName |
USHORT | rt |
USHORT | dummy |
ULONG | CURSORF_flags |
SHORT | xHotspot |
SHORT | yHotspot |
HBITMAP | hbmMask |
HBITMAP | hbmColor |
HBITMAP | hbmAlpha |
RECT | rcBounds |
HBITMAP | hbmUserAlpha |
ULONG | bpp |
ULONG | cx |
ULONG | cy |
UINT | cpcur |
UINT | cicur |
struct tagCURSORDATA * | aspcur |
DWORD * | aicur |
INT * | ajifRate |
UINT | iicur |
DWORD* tagCURSORDATA::aicur |
Definition at line 1193 of file ntuser.h.
Referenced by NtUserSetCursorIconData().
INT* tagCURSORDATA::ajifRate |
Definition at line 1194 of file ntuser.h.
Referenced by NtUserSetCursorIconData().
struct tagCURSORDATA* tagCURSORDATA::aspcur |
Definition at line 1192 of file ntuser.h.
Referenced by CreateIconFromResourceEx(), CURSORICON_GetCursorDataFromANI(), IntSetAconData(), and NtUserSetCursorIconData().
UINT tagCURSORDATA::cicur |
Definition at line 1191 of file ntuser.h.
Referenced by NtUserSetCursorIconData().
UINT tagCURSORDATA::cpcur |
Definition at line 1190 of file ntuser.h.
Referenced by NtUserSetCursorIconData().
ULONG tagCURSORDATA::CURSORF_flags |
Definition at line 1179 of file ntuser.h.
Referenced by CreateIconFromResourceEx(), CURSORICON_CopyImage(), CURSORICON_GetCursorDataFromANI(), CURSORICON_LoadImageW(), IntSetAconData(), and NtUserSetCursorIconData().
ULONG tagCURSORDATA::cx |
Definition at line 1188 of file ntuser.h.
Referenced by CreateIconFromResourceEx(), CURSORICON_GetCursorDataFromANI(), and CURSORICON_LoadImageW().
ULONG tagCURSORDATA::cy |
Definition at line 1189 of file ntuser.h.
Referenced by CreateIconFromResourceEx(), CURSORICON_GetCursorDataFromANI(), and CURSORICON_LoadImageW().
HBITMAP tagCURSORDATA::hbmAlpha |
Definition at line 1184 of file ntuser.h.
Referenced by CreateIconFromResourceEx(), CreateIconIndirect(), CURSORICON_LoadFromFileW(), and CURSORICON_LoadImageW().
HBITMAP tagCURSORDATA::hbmColor |
Definition at line 1183 of file ntuser.h.
Referenced by CreateIconFromResourceEx(), CreateIconIndirect(), CURSORICON_LoadFromFileW(), and CURSORICON_LoadImageW().
HBITMAP tagCURSORDATA::hbmMask |
Definition at line 1182 of file ntuser.h.
Referenced by CreateIconFromResourceEx(), CreateIconIndirect(), CURSORICON_LoadFromFileW(), and CURSORICON_LoadImageW().
USHORT tagCURSORDATA::rt |
Definition at line 1177 of file ntuser.h.
Referenced by CreateIconFromResourceEx(), CURSORICON_GetCursorDataFromANI(), CURSORICON_LoadFromFileW(), and CURSORICON_LoadImageW().
SHORT tagCURSORDATA::xHotspot |
Definition at line 1180 of file ntuser.h.
Referenced by CreateIconFromResourceEx(), CURSORICON_GetCursorDataFromANI(), CURSORICON_LoadFromFileW(), and CURSORICON_LoadImageW().
SHORT tagCURSORDATA::yHotspot |
Definition at line 1181 of file ntuser.h.
Referenced by CreateIconFromResourceEx(), CURSORICON_GetCursorDataFromANI(), CURSORICON_LoadFromFileW(), and CURSORICON_LoadImageW().