KITLSend (Compact 2013)
3/26/2014
This function is called by the Kernel Independent Transport Layer (KITL) client to send data to the connected device.
Syntax
BOOL KITLSend(
KITLID id,
LPCVOID pData ,
USHORT cbData,
DWORD dwTimeout
);
Parameters
- id
[in] KITL client identifier returned from KITLRegisterClient.
- pData
[in] Pointer to data to be sent to the device.
- cbData
[in] Number of bytes specified by pData.
- dwTimeout
[in] Specifies the amount of time, in milliseconds, that the send should wait before failing.
Return Value
Returns TRUE on success; otherwise FALSE.
Requirements
Header |
kitlclnt.h |
Library |
kitldll.lib |