Share via


CONNMGR_DESTINATION_INFO (Windows Embedded CE 6.0)

1/6/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 Embedded CE powered 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

See Also

Reference

Connection Manager Structures