The RESDIR structure contains information about an individual icon or cursor component in a resource group. There is one RESDIR structure for each group component.
typedef struct tagRESDIR { union { ICONRESDIR Icon; CURSORDIR Cursor; } ResInfo; WORD Planes; WORD BitCount; DWORD BytesInRes; WORD IconCursorId; } RESDIR;
One or more RESDIR structures immediately follow the NEWHEADER structure in the .RES file. The ResCount member of the NEWHEADER structure specifies the number of RESDIR structures. Note that the RESDIR structure consists of either an ICONRESDIR structure or a CURSORDIR structure followed by the Planes, BitCount, BytesInRes and IconCursorId members. If the RESDIR structure contains information about a cursor, the first two WORDS the resource compiler writes to the RT_CURSOR resource are the xHotSpot and yHotSpot members of the LOCALHEADER structure.
CURSORDIR, ICONRESDIR, LOCALHEADER, NEWHEADER
file: /Techref/os/win/api/win32/struc/src/str16_8.htm, 2KB, , updated: 2000/4/7 11:20, local time: 2024/11/7 21:37,
18.225.92.95:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://techref.massmind.org/techref/os/win/api/win32/struc/src/str16_8.htm"> RESDIR</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to techref.massmind.org! |
.