Partager via


IOCTL_HAL_WHQL_TEST_MODE

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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.