RM_NETWORK_TYPE_INFO (Compact 7)
3/12/2014
Contains the resource identification and network type indicated by RM_CALLBACK during an RM_NOTIFICATION_TYPE notification of the type RMNT_RESOURCE_NETWORK_TYPE.
Syntax
typedef struct RM_NETWORK_TYPE_INFO
{
DWORD dwVersion;
RM_RESOURCE_ID resourceId;
GUID networkType;
} RM_NETWORK_TYPE_INFO;
Members
- dwVersion
Version of this structure according to Resource Manager Constants.
- resourceId
The RM_RESOURCE_ID of the resource.
- networkType
Represents the network type*.*
Remarks
This structure is used by the Resource Manager to send a RMNT_RESOURCE_NETWORK _TYPE notification to the client when the network technology used by a resource changes. The pData parameter of the callback function RM_CALLBACK points to this structure when the notificationCode parameter is set to RMNT_RESOURCE_NETWORK _TYPE.
See Also
Reference
Resource Manager Structures
RM_CALLBACK
Resource Manager Constants
RM_RESOURCE_ID
RM_NOTIFICATION_TYPE
RmInitialize