IOCTL_EDBG_RECV (Windows Embedded CE 6.0)
1/5/2010
This control receives data from a KITL transport.
Parameters
- dwIoControlCode
[in] Set to IOCTL_EDBG_RECV.
- pRecvBuf
[in] Pointer to the buffer that will receive the data from a device.
- Id
[in] Specifies the client identifier.
- pdwLen
[in] Pointer to a DWORD that is set to the size of the buffer, in bytes.
- Timeout
[in] Specifies the amount of time, in seconds, before the receive operation fails.
- lpBytesReturned
[in] Set to NULL.
Return Values
TRUE indicates success. FALSE indicates failure.
Remarks
The kernel has been enhanced to automatically perform this operation for default KITL clients. Previously this I/O control enabled the user to perform this action. Moving forward your code does not need to handle this operation for default KITL clients. However, this control remains for you to use with custom clients. If your BSP does not handle custom KITL clients it can be freed of code using this control.