CM_CSP_HOST_INFO (Compact 7)
3/12/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
- Version
Version of this structure according to Connection Manager Common Constants.
- 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