OAL_ARGS_HEADER (Windows Embedded CE 6.0)
1/5/2010
This structure defines the arguments header. Use the OAL_ARGS_HEADER structure at the start of the OEM-defined arguments structure to identify the arguments structure and verify its version.
Syntax
typedef struct {
UINT32 signature;
UINT16 oalVersion;
UINT16 bspVersion;
} OAL_ARGS_HEADER;
Members
- signature
Identifies the arguments structure.
- oalVersion
Identifies the OAL version of the arguments structure.
- bspVersion
Identifies the BSP version of the arguments structure.
Requirements
Header | oal_args.h |
Library | Developer Implemented |
Windows Embedded CE | Windows CE 5.0 and later |