Share via


TranDelete

This function is called to delete a transport connection to a device.

BOOL TranDelete(
  TRANSPORTID id
);

Parameters

  • id
    [in] Valid transport identifier returned by TranCreate.

Return Values

TRUE indicates success and FALSE indicates failure.

Remarks

TranDelete is called when clients call KITLDeleteServer, passing in the server identifier returned from KITLCreateServer.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Kitltran.h.
Link Library: Not applicable.

See Also

TranCreate

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.