usType
(
USHORT
)
Type of resource the file contains.
Possible values are shown in the following list:
BFT_BMAP
(0x4D42 - 'BM' for bitmaps)
BFT_ICON
(0x4349 - 'IC' for icons)
BFT_POINTER
(0x4540 - 'PT' for pointers)
BFT_COLORICON
(0x4943 - 'CI' for color icons)
BFT_COLORPOINTER
(0x5043 - 'CP' for color pointers)
[Back]
[Next]