OALArgsQuery (Compact 2013)
10/16/2014
This function obtains the values from the OEM-defined arguments structure.
Syntax
VOID* OALArgsQuery(
UINT32 type
);
Parameters
- type
[in] Boot argument type. For a list of possible values, see Boot Arguments Constants.
Return Value
This function returns NULL when the specified arguments cannot be found. Boot arguments typically are placed in fixed memory locations, and they are filled by the boot loader. If the boot arguments cannot be found, the OAL module must use default values.
Remarks
OALArgsQuery is called by other OAL modules. It should solve issues related to different argument structure versions.
Requirements
Header |
oal_args.h |
Library |
Developer Implemented |