CM_CSP_CONNECTION_INFO (Compact 7)
3/12/2014
This structure contains connection information available to a Connection Specific Provider.
Syntax
typedef struct CM_CSP_CONNECTION_INFO {
DWORD Version;
WCHAR szAdapter[CM_CONNECTION_ADAPTER_NAME_LENGTH];
CM_CONNECTION_TYPE Type;
CM_CONNECTION_DEVICE_TYPE Device;
CM_CONNECTION_NETWORK_TYPE Network;
CM_CONNECTION_STATE State;
DWORD Characteristic[CMCH_LAST];
} CM_CSP_CONNECTION_INFO;
Members
- Version
Version of this structure according to Connection Manager Common Constants.
- szAdapter
The name of the adapter.
- Type
The CM_CONNECTION_TYPE of the connection.
- Device
The CM_CONNECTION_DEVICE_TYPE of the connection.
- Network
The CM_CONNECTION_NETWORK_TYPE of the connection.
- State
The CM_CONNECTION_STATE of the connection.
- Characteristic
The CM_CHARACTERISTIC of the connection.
Requirements
Header |
cmcsp.h |