IOCTL_FMD_GET_XIPMODE (Compact 2013)
3/26/2014
This I/O control message retrieves the XIP mode. Send this message with OEMIoControl.
Syntax
BOOL OEMIoControl(
DWORD dwIoControlCode, // use IOCTL_FMD_GET_XIPMODE
LPVOID lpInBuffer, // pointer to input buffer
DWORD nInBufferSize, // input buffer size
LPVOID lpOutBuffer, // pointer to output buffer
DWORD nOutBufferSize, // output buffer size
LPDWORD lpBytesReturned // number of bytes returned
);
Parameters
- dwIoControlCode
[in] Control code for the operation. Use IOCTL_FMD_GET_XIPMODE for this operation.
- lpInBuffer
[in] Set to NULL.
- nInBufferSize
[in] Set to zero.
- lpOutBuffer
[out] Pointer to a BOOL value. If this value is set to TRUE, XIP mode is enabled. If this value is set to FALSE, XIP mode is disabled.
- nOutBufferSize
[in] Set to the size of the value pointed to by lpOutBuffer.
- lpBytesReturned
[in] Set to NULL.
Return Values
Returns a nonzero value if successful; otherwise, returns zero.
Remarks
To get extended error information, call GetLastError. GetLastError may return other standard error messages as appropriate.
Requirements
Header |
fmd.h |