CONNMGR_DESTINATION_INFO

The CONNMGR_DESTINATION_INFO structure contains information about a specific network.

Syntax

typedef struct _CONNMGR_DESTINATION_INFO {
  GUID guid;
  TCHAR szDescription[CONNMGR_MAX_DESC];
} CONNMGR_DESTINATION_INFO;

Members

  • guid
    Globally unique identifier (GUID) associated with the network to which the connection is established.
  • szDescription
    Description of the network; the value of the CONNMGR_MAX_DESC constant defines the size of this member.

Return Values

None.

Requirements

Smartphone: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: connmgr.h
Library: cellcore.lib

See Also

Connection Manager

Connection Manager API Structures

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.