IOCTL_HAL_WHQL_TEST_MODE (Windows CE 5.0)

Send Feedback

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

OS Versions: Windows CE .NET 4.1 and later.
Header: Pkfuncs.h.

See Also

Boot Loaders

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.