Share via


RM_CLIENT_INFO (Compact 2013)

3/26/2014

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

Syntax

typedef struct RM_CLIENT_INFO {
    DWORD dwVersion;
    RM_CALLBACK pfnNotification;
    DWORD dwNotificationParam;
} RM_CLIENT_INFO;

Members

  • pfnNotification
    Pointer to a function to call when the notification is triggered.
  • dwNotificationParam
    Parameter to send to the notified function in the RM_CALLBACKdwNotificationParam parameter.

Requirements

Header

rmnet.h

See Also

Reference

Resource Manager Structures
RmInitialize
Resource Manager Constants
RM_CALLBACK
Resource Manager Reference