TransportSetHostCfg
This function is used by KITL to send desktop transport configuration information to the device transport.
BOOL TransportSetHostCfg(
LPBYTE pbBuffer,
PUSHORT pcbBuffer
);
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
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.