IOCTL_HAL_WHQL_TEST_MODE (Windows Embedded CE 6.0)
1/5/2010
This IOCTL determines if the hardware is in a jumpered test mode.
Parameters
- dwIoControlCode
[in] Set to IOCTL_HAL_WHQL_TEST_MODE.
- lpInBuf
[in] Set to NULL; not used.
- nInBufSize
[in] Set to zero; not used.
lpOutBuf
[out] Pointer to a DWORD value.A value of 1 indicates that the hardware is in jumper test mode; otherwise, the value is 0.
- nOutBufSize
[out] Size of lpOutBuf.
- lpBytesReturned
[in] If not NULL, set to the size of the DWORD value.
Return Values
TRUE indicates success. FALSE indicates failure.
Requirements
Header | pkfuncs.h |
Windows Embedded CE | Windows CE .NET 4.1 and later |