SKIP_AMOUNT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wiautil.h

typedef enum {
  SKIP_OFF,
  SKIP_FILEHDR,
  SKIP_BOTHHDR
} SKIP_AMOUNT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-wiautil-skip_amount)

SKIP_AMOUNT enumeration

Description

The SKIP_AMOUNT enumeration is used to indicate whether the file and informational headers of an image should be skipped over.

Constants

SKIP_OFF

Do not skip over either header.

SKIP_FILEHDR

Skip over the file header.

SKIP_BOTHHDR

Skip over both the file and info headers.

See also

CWiauFormatConverter::ConvertToBmp