CM_CSP_HOST_INFO (Compact 2013)

3/26/2014

This structure contains host information that Connection Manager provides to a Connection Service Provider at the time of initialization.

Syntax

typedef struct CM_CSP_HOST_INFO {
    DWORD Version;
    CM_CSP_ASYNC_NOTIFICATION pfnNotification;
    DWORD NotificationParam;
} CM_CSP_HOST_INFO ;

Members

  • pfnNotification
    A pointer to a function to be called to receive notifications.
  • NotificationParam
    A parameter to pass to the function in the NotificationParam parameter of the CM_CSP_ASYNC_NOTIFICATION notification call.

Requirements

Header

cmcsp.h

See Also

Reference

Connection Service Provider Structures
CM_CSP_ASYNC_NOTIFICATION
Connection Manager Common Constants