Partager via


RSP_HOST_INFO (Compact 7)

3/12/2014

This structure is used with RspInitialize to pass notification callback data to the Resource Manager.

Syntax

typedef struct RSP_HOST_INFO {
    DWORD dwVersion;
    RSP_CALLBACK pfnNotification;
    DWORD dwNotificationParam;
} RSP_HOST_INFO ;

Members

  • pfnNotification
    Pointer to an RSP_CALLBACK function to call when the notification is triggered.
  • dwNotificationParam
    Parameter to send to the notified function in the RSP_CALLBACKdwNotificationParam parameter.

Requirements

Header

rmnet.h,
rmrsp.h

Library

RspCellular.lib

See Also

Reference

Resource Manager Service Provider Structures
RspInitialize
Resource Manager Constants
RSP_CALLBACK
Resource Manager Reference