CM_CSP_ASYNC_NOTIFICATION (Compact 2013)

3/26/2014

This callback function is called by a Connection Service Provider to notify Connection Manager of status changes.

Syntax

typedef void ( *CM_CSP_ASYNC_NOTIFICATION )(
    __in_bcount(cbNotification) const CM_CSP_NOTIFICATION* const pNotification,
    __in DWORD cbNotification,
    __in DWORD NotificationParam
);

Parameters

  • cbNotification
    The number of bytes in the NotificationParam.
  • NotificationParam
    The data passed in the NotificationParam parameter of the CmCspInitialize function call.

Return Value

None.

Requirements

Header

cmcsp.h

See Also

Reference

Connection Service Provider Functions
CmCspInitialize
CM_CSP_NOTIFICATION