Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_OFFDo not skip over either header. |
SKIP_FILEHDRSkip over the file header. |
SKIP_BOTHHDRSkip over both the file and info headers. |
Requirements
| Requirement | Value |
|---|---|
| Header | wiautil.h (include Wiautil.h, Wiamindr.h) |