RM_CLIENT_INFO (Compact 7)
3/12/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
- dwVersion
Version of this structure according to Resource Manager Constants.
- 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