CONNMGR_DESTINATION_INFO
A version of this page is also available for
4/8/2010
This structure provides information about a specific network.
Syntax
typedef struct {
GUID guid;
TCHAR szDescription[CONNMGR_MAX_DESC];
BOOL fSecure;
} CONNMGR_DESTINATION_INFO;
Members
- guid
Specifies the GUID associated with the network to which the connection is established.
- szDescription
Provides a description of the network. The value of the CONNMGR_MAX_DESC constant defines the size of this member. This value is set to 128.
fSecure
Indicates whether multihoming is allowed on the network.When a Windows Mobile device is configured with more than one IP address, it is referred to as a multihomed system.
Requirements
Header | connmgr.h |
Windows Embedded CE | Windows CE .NET 4.2 and later, Windows Embedded NavReady 2009 |
Windows Mobile | Windows Mobile Version 5.0 and later |