typedef enum _RESTYPE
{
RESTYPE_BITMAP,
RESTYPE_ICON,
RESTYPE_CURSOR
} RESTYPEENUM;
The RESTYPEENUM enumeration provides information about the type of resource to capture.
Value |
Meaning |
RESTYPE_BITMAP |
Capture a bitmap resource. |
RESTYPE_ICON |
Capture an icon resource. |
RESTYPE_CURSOR |
Capture a cursor resource. |