CM_CSP_PROVIDER_INFO (Compact 2013)

3/26/2014

This structure contains details of a connection that a Connection Service Provider provides to the Connection Manager at initialization.

Syntax

typedef struct CM_CSP_PROVIDER_INFO {
    DWORD Version;
    DWORD cConnectionType;
    CM_CONNECTION_TYPE ConnectionType[1];
} CM_CSP_PROVIDER_INFO;

Members

  • Version
    Version of this structure according to the Connection Specific Provider version.
  • cConnectionType
    The number of GUIDs in the ConnectionType member.

Remarks

This is a generic structure that may be used by any provider.

Requirements

Header

cmcsp.h

See Also

Reference

Connection Service Provider Structures
CM_CONNECTION_TYPE
CM_CSP_ASYNC_NOTIFICATION
Connection Manager Common Constants