Share via


IOCTL_EDBG_SEND (Windows Embedded CE 6.0)

1/5/2010

This control sends data over a KITL transport.

Parameters

  • dwIoControlCode
    [in] Set to IOCTL_EDBG_SEND.
  • pUserData
    [in] Pointer to the user data to be sent to the device.
  • Id
    [in] Specifies the client identifier.
  • lpOutBuf
    [in] Set to NULL.
  • dwUserDataLen
    [in] The number of bytes specified by pUserData.
  • 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.

See Also

Reference

EDBG IOCTLs
KITL IOCTLs