IOCTL_CELOG_IMPORT (Windows Embedded CE 6.0)
1/5/2010
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
Header | pkfuncs.h |
Windows Embedded CE | Windows CE 5.0 and later |
See Also
Reference
Tools IOCTLs
CeLogImportTable
IOCTL_CELOG_REGISTER