Share via


TranSetDevCfg

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This function sets up a transport on the development workstation and provides the transport with information about settings on the target device.

Syntax

BOOL TranSetDevCfg(
  TRANSPORTID id,
  LPCVOID pData,
  USHORT cbData
);

Parameters

  • id
    [in] Valid TRANSPORTID returned from TranCreate.
  • pData
    [out] Pointer to a data buffer that store the device-side transport configuration information.
  • cbData
    [in] Size of the pData buffer, in bytes.

Return Value

TRUE indicates success and FALSE indicates failure.

Remarks

This function is called during the initial handshake with the device. KITL calls TranSetDevCfg when it receives the device transport information.

Requirements

Header kitltran.h
Library Developer Implemented
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

TranCreate