次の方法で共有


IOCTL_HAL_ILTIMING (Windows CE 5.0)

Send Feedback

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

OS Versions: Windows CE 3.0 and later.
Header: Pkfuncs.h.

See Also

ILTIMING_MESSAGE | KernelIoControl | ILTiming Support

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.