OALIoCtlHalILTiming (Compact 2013)
10/16/2014
This function is called by OEMIoControl for the IOCTL_HAL_ILTIMING code. OALIoCtlHalILTiming is called to start and stop interrupt latency timing.
Syntax
BOOL OALIoCtlHalILTiming(
UINT32 dwIoControlCode,
VOID *lpInBuf,
UINT32 nInBufsize,
VOID *lpOutBuf,
UINT32 nOutBufSize,
UINT32 *lpBytesReturned
);
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 Value
TRUE indicates success.
FALSE indicates failure.
Requirements
Header |
oal_ilt.h |
Library |
Developer Implemented |