Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

These constants define special connection properties that are supported by client applications, as specified in the dwFlagsmember of the CONNMGR_CONNECTIONINFOstructure.

The following table shows the Connection Manager control flag constants.

Value Description

CONNMGR_FLAG_SUSPEND_AWARE

Suspended connections are supported.

CONNMGR_FLAG_REGISTERED_HOME

Device only dials an outbound number if it is registered on the home network.

CONNMGR_FLAG_NO_ERROR_MSGS

No error messages are displayed for failed connections.

CONNMGR_FLAG_WAKE_ON_INCOMING

Requests a WakeOnIncoming-capable connection. When the Connection Plannerreceives a connection request with this flag set, it will only satisfy a connection request that is provisioned as WakeOnIncoming-capable. If there are no WakeOnIncoming-capable connections, the connection request fails with the error CONNMGR_STATUS_NOPATHWITHPROPERTY.

Requirements

Header connmgr.h
Windows Embedded CE Windows CE .NET 4.2 and later, Windows Embedded NavReady 2009

See Also