KitlSendRawData (Windows CE 5.0)
This function sends raw data to the host computer but bypasses all the KITL protocol layers to do so.
BOOL KitlSendRawData(LPBYTEpbData,WORDwLength);
Parameters
- pbData
[in] Pointer to a BYTE buffer. - wLength
[in] Length of the BYTE buffer pointed to by pbData.
Return Values
If the send is successful, TRUE is returned; otherwise, FALSE is returned.
Remarks
OEMs must call this function if, for any reason, they must send data through the transport without notifying KITL.
Note The data sent will not be seen by KITL on the desktop. This function provides a way to safely send transport-specific handshakes, such as DHCP/ARP, when using an Ethernet transport.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Kitl.h.
Link Library: Kitl.lib.
Send Feedback on this topic to the authors