CM_CSP_CONNECTION_INFO (Compact 2013)

3/26/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

  • szAdapter
    The name of the adapter.

Requirements

Header

cmcsp.h

See Also

Reference

Connection Service Provider Structures