Share via


TransportSetHostCfg

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This function is used by KITL to send desktop transport configuration information to the device transport.

Syntax

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 Value

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

Header kitl.h
Library Kitl.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Tasks

Implementing the OEMKitlInit Function

Reference

KITLTRANSPORT
OEMKitlInit