Ioctl (Windows CE 5.0)
This function is an entry point for much of the functionality provided by the extension functions for the kernel debugger.
ULONG Ioctl( USHORT IoctlType, PVOID lpvData, ULONG cbSizeOfContext);
Parameters
- IoctlType
[in] Type of Ioctl function call. - lpvData
[in] Pointer to the address of a specific structure of a type specified by the IoctlType parameter. - cbSizeOfContext
[in] Size of the structure that the lpvData parameter points to.
Return Values
The return values for this function vary depending on the type specified by the IoctlType parameter.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: WDbgExts_CE.h.
Link Library:
See Also
Send Feedback on this topic to the authors