SKIP_AMOUNT enumeration (wiautil.h)

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

Syntax

typedef enum {
  SKIP_OFF,
  SKIP_FILEHDR,
  SKIP_BOTHHDR
} SKIP_AMOUNT;

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.

Requirements

Requirement Value
Header wiautil.h (include Wiautil.h, Wiamindr.h)

See also

CWiauFormatConverter::ConvertToBmp