|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
RESDIR
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;
Members
Icon
Specifies an ICONRESDIR structure that contains the width, height, and color count of the indicated icon.
Cursor
Specifies a CURSORDIR structure that contains the width and height of the indicated cursor.
Planes
Specifies the number of color planes in the icon or cursor bitmap.
BitCount
Specifies the number of bits per pixel in the icon or cursor bitmap.
BytesInRes
Specifies the size of the resource, in bytes.
IconCursorId
Specifies the icon or cursor with a unique ordinal identifier.
Remarks
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.
See Also
CURSORDIR, ICONRESDIR, LOCALHEADER, NEWHEADER
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
RESDIR
Структура RESDIR содержит информацию об индивидуальном иконном или компоненте курсора в группе ресурса. Есть один структура RESDIR для каждого группового компонента.
typedef struct tagRESDIR { союз { ИКОНКА ICONRESDIR; КУРСОР CURSORDIR; } ResInfo; WORD Planes; СЛОВО BitCount; DWORD BytesInRes; СЛОВО IconCursorId; } RESDIR;
Участники
Иконка
Определяет структуру ICONRESDIR, которая содержит ширину, высоту, и цветной счет указанной иконки.
Курсор
Определяет структуру CURSORDIR, которая содержит ширину и высоту указанного курсора.
Плоскости
Определяет номер планов цвета в иконном или побитовом отображении курсора.
BitCount
Определяет количество битов за пиксель в иконном или побитовом отображении курсора.
BytesInRes
Определяет размер ресурса, в байтах.
IconCursorId
Определяет иконку или курсор с уникальным порядковым идентификатором.
Замечания
Одна или более структур RESDIR немедленно следуют за структурой NEWHEADER в файле .RES. Элемент ResCount структуры NEWHEADER определяет число структур RESDIR. Отметьте, что структура RESDIR состоит из или структура ICONRESDIR или структура CURSORDIR сопровождалась Планами, BitCount, BytesInRes и участниками IconCursorId. Если структура RESDIR содержит информацию о курсоре, первые два СЛОВА компилятор ресурса записывается в ресурс RT_CURSOR - xHotSpot и участники yHotSpot структуры LOCALHEADER.
Смотри Также
CURSORDIR, ICONRESDIR, LOCALHEADER, NEWHEADER
|
|
|
|
| |