IOCTL_CELOG_IMPORT (Windows CE 5.0)
This IOCTL is used by a CeLog DLL to request information about the kernel.
Parameters
hModule
[in] Handle to the DLL. Must be set to KMOD_CELOG.dwIoControlCode
[in] Set to IOCTL_CELOG_IMPORT.lpInBuf
[in] Pointer to a buffer that contains the CeLogImportTable structure.The dwVersion field of CeLogImportTable should be initialized before calling IOCTL_CELOG_IMPORT.
nInBufSize
[in] Set to sizeof(CeLogImportTable), the size of lpInBuf.lpOutBuf
[in] Set to NULL.nOutBufSize
[in] Set to 0.lpBytesReturned
[in] Set to NULL.
Return Values
Returns TRUE if the import table was successfully filled in. Otherwise, returns FALSE.
Remarks
Calls to IOCTL_CELOG_IMPORT should return the same information on all future OS versions, as long as the version field is set to indicate the structure version that is needed.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Pkfuncs.h.
See Also
CeLogImportTable | IOCTL_CELOG_REGISTER | CeLog Event Tracking
Send Feedback on this topic to the authors