Share via


CM_CONNECTION_TYPE (Compact 7)

3/12/2014

This data type represents an instance of a connection type.

Syntax

typedef guid CM_CONNECTION_TYPE;

Remarks

The connection types are defined in Connection Service Provider (CSP) header files. For example, CmCspWiFi.h contains the definition for the CM_CSP_WIFI_TYPE Connection Type.

An exception to this rule is the CMCT_UNKNOWN connection type, which is defined in the cmnet.h header file.

The following table lists the common CM_CONNECTION_TYPE types.

CM_CONNECTION_TYPE Value Header File(s) CM_CONNECTION_CONFIG TypeSpecificInfo structure

CM_CSP_GSM_PACKET_TYPE

{ 0xa05dc613, 0xe393, 0x40ad, { 0xaa, 0x89, 0xcc, 0xce, 0x4, 0x27, 0x7c, 0xd9 } }

CmCspShare.h

CmCspRas.h

CspRasSpecificInfo

CM_CSP_MOBILEVPN_TYPE

{ 0xd08e2b6a, 0x419c, 0x4225, { 0xac, 0xe9, 0xa9, 0x90, 0xee, 0x61, 0x84, 0xcf } }

CmCspMobileVpn.h

CspMobileVpnSpecificConfigInfo

CM_CSP_RAS_TYPE

{ 0x59b09e94, 0x9e0e, 0x456b, { 0xa0, 0x2b, 0xf7, 0x3a, 0xed, 0x54, 0x31, 0x30 } }

CmCspRas.h

CspRasSpecificInfo

CM_CSP_WIFI_TYPE

{ 0x8568b401, 0x858e, 0x4b7b, {0xb3, 0xdf, 0xf, 0xd4, 0x92, 0x7f, 0x13, 0x1b} }

CmCspWiFi.h

CspWiFiSpecificInfo

CMCT_UNKNOWN

{072FC7DC-1D93-40d1-9BB0-2114D7D73434}

cmnet.h

none

Requirements

Header

cmnet.h

Library

cmnet.lib

See Also

Reference

Connection Manager Connectivity Data Types
Connection Manager Connection Configuration Constants
CmSetPriority