Share via


IOCTL_HAL_ILTIMING

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This IOCTL is used by Iltiming.exe when it calls the KernelIoControl function with the ILTIMING_MESSAGE structure.

Parameters

  • dwIoControlCode
    [in] Set to IOCTL_HAL_ILTIMING.
  • lpInBuf
    [in] Pointer to the input buffer.

    This is set to a buffer containing the ILTIMING_MESSAGE structure.

  • nInBufsize
    [in] Set to the size of the ILTIMING_MESSAGE structure.
  • lpOutBuf
    [in] Not used; set to NULL.
  • nOutBufSize
    [in] Not used; set to zero.
  • lpBytesReturned
    [in] Not used; can be set to NULL.

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

Header pkfuncs.h
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

ILTIMING_MESSAGE

Concepts

ILTiming Support

Other Resources

KernelIoControl