OAL_ARGS_HEADER (Windows CE 5.0)

Send Feedback

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.

typedef struct {
  UINT32signature;
  UINT16oalVersion;
  UINT16bspVersion;
} 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.

Remarks

Requirements

OS Versions: Windows CE Version 5.0 and later
Header: Oal_args.h
Link Library: Developer-defined

See Also

Boot Arguments Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.