Share via


TranGetInfo

This function returns transport-specific information.

BOOL TranGetInfo(
  PTRANPORTINFOSTRUCT pInfo
);

Parameters

  • pInfo
    [out] Pointer to a TRANPORTINFOSTRUCT structure that describes the state of the transport.

Return Values

TRUE indicates success and FALSE indicates failure.

Remarks

This function is called in response to a KITLGetTranInfo function call.

Requirements

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

See Also

TRANPORTINFOSTRUCT

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.