IOCTL_HAL_ILTIMING (Windows Embedded CE 6.0)

1/5/2010

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

Tools IOCTLs
ILTIMING_MESSAGE

Concepts

ILTiming Support

Other Resources

KernelIoControl