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
Pocket PC: Windows Mobile 2000 and later
OS Versions: Windows CE 3.0 and later
Header: connmgr.h
Library: cellcore.lib
See Also
Connection Manager API Structures
Send feedback on this topic to the authors.
© 2005 Microsoft Corporation. All rights reserved.