ReactOS 0.4.16-dev-983-g23ad936
|
Public Attributes | |
BYTE | bWidth |
BYTE | bHeight |
BYTE | bColorCount |
BYTE | bReserved |
WORD | xHotspot |
WORD | yHotspot |
DWORD | dwDIBSize |
DWORD | dwDIBOffset |
Definition at line 84 of file olepicture.c.
BYTE CURSORICONFILEDIRENTRY::bColorCount |
Definition at line 87 of file olepicture.c.
Referenced by create_ico_file(), CURSORICON_ConvertPngToBmpIcon(), serializeIcon(), and test_monochrome_icon().
BYTE CURSORICONFILEDIRENTRY::bHeight |
Definition at line 86 of file olepicture.c.
Referenced by create_ico_file(), CURSORICON_ConvertPngToBmpIcon(), CURSORICON_GetCursorDataFromANI(), OLEPictureImpl_LoadIcon(), serializeIcon(), and test_monochrome_icon().
BYTE CURSORICONFILEDIRENTRY::bReserved |
Definition at line 88 of file olepicture.c.
Referenced by create_ico_file(), and test_monochrome_icon().
BYTE CURSORICONFILEDIRENTRY::bWidth |
Definition at line 85 of file olepicture.c.
Referenced by create_ico_file(), CURSORICON_ConvertPngToBmpIcon(), CURSORICON_GetCursorDataFromANI(), OLEPictureImpl_LoadIcon(), serializeIcon(), and test_monochrome_icon().
DWORD CURSORICONFILEDIRENTRY::dwDIBOffset |
Definition at line 92 of file olepicture.c.
Referenced by create_ico_file(), CURSORICON_ConvertPngToBmpIcon(), CURSORICON_GetCursorDataFromANI(), OLEPictureImpl_LoadIcon(), serializeIcon(), and test_monochrome_icon().
DWORD CURSORICONFILEDIRENTRY::dwDIBSize |
Definition at line 91 of file olepicture.c.
Referenced by create_ico_file(), CURSORICON_ConvertPngToBmpIcon(), OLEPictureImpl_LoadIcon(), serializeIcon(), and test_monochrome_icon().
WORD CURSORICONFILEDIRENTRY::xHotspot |
Definition at line 89 of file olepicture.c.
Referenced by create_ico_file(), CURSORICON_GetCursorDataFromANI(), OLEPictureImpl_LoadIcon(), serializeIcon(), test_CreateIconFromResource(), test_GetCursorFrameInfo(), and test_monochrome_icon().
WORD CURSORICONFILEDIRENTRY::yHotspot |
Definition at line 90 of file olepicture.c.
Referenced by create_ico_file(), CURSORICON_GetCursorDataFromANI(), serializeIcon(), test_CreateIconFromResource(), test_GetCursorFrameInfo(), and test_monochrome_icon().