Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function is used by KITL to send desktop transport configuration information to the device transport.
BOOL TransportSetHostCfg(LPBYTE pbBuffer,PUSHORTpcbBuffer);
Parameters
- pbBuffer
[in] Pointer to a buffer used to receive the data from the transport. - pcbBuffer
[in] Set to the size of the buffer.
Return Values
If the operation is successful, TRUE is returned; otherwise, FALSE is returned.
Remarks
The information contained in KITLTRANSPORT is dependent on the hardware transport in use.
Assign TransportSetHostCfg to the pfnSetHostCfg member of KITLTRANSPORT during OEMKitlInit.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Kitl.h
Link Library: Kitl.lib.
See Also
KITLTRANSPORT | OEMKitlInit | Implementing the OEMKitlInit Function
Send Feedback on this topic to the authors