// wiautil.h
typedef enum {
SKIP_OFF,
SKIP_FILEHDR,
SKIP_BOTHHDR
} SKIP_AMOUNT;
View the official Windows Driver Kit DDI referenceNo description available.
The SKIP_AMOUNT enumeration is used to indicate whether the file and informational headers of an image should be skipped over.
SKIP_OFFDo not skip over either header.
SKIP_FILEHDRSkip over the file header.
SKIP_BOTHHDRSkip over both the file and info headers.
CWiauFormatConverter::ConvertToBmp