Share via


Connection Service Provider Functions (Compact 2013)

3/26/2014

This section shows the Connection Service Provider functions.

  • CmCspAddConnectionConfig
    Called by Connection Manager to configure a new connection with a Connection Service Provider.
  • CmCspClaimConnection
    Called by Connection Manager when it discovers an IP adapter that is not managed by any Configuration Service Provider.
  • CmCspCompareConnectionConfig
    Called by Connection Manager to determine if the type-specific configurations of two connections are the same.
  • CmCspConnect
    Called to establish a connection after Connection Manager successfully allocates the required resources.
  • CmCspDeinitialize
    Called by Connection Manager to deinitialize a Connection Service Provider before unloading it.
  • CmCspGetConnectionInfo
    Queries a Connection Service Provider to obtain information about a connection that has an adaptor type that is managed by the Connection Service Provider.
  • CmCspGetResource
    Called by Connection Manager to obtain resources required to establish a connection.
  • CmCspInitialize
    Called by Connection Manager to initialize a Connection Service Provider.
  • CM_CSP_ASYNC_NOTIFICATION
    Called by a Connection Service Provider to notify Connection Manager of connection status changes.

See Also

Other Resources

Connection Service Provider Reference