Contains information about resource allocation for a specific NLM.
#include <monitor.h>
struct restag_info
{
int tag_count;
size_t res_count;
int reserved1;
uint32_t signature;
char description[80];
};
Contains the number of discrete resource tags, even when netware_restag_info_for_nlm is called with a specific value for its which parameter.
Contains the total number of resources across the tags, even when netware_restag_info_for_nlm is called with a specific value for its which parameter.
Reserved for use by alert tags.
Contains the resource tag signature, which identifies its type. For a list of possible values, see Section 30.2, Resource Tag Signatures. This field duplicates the value you passed in the signature parameter of the netware_restag_info_for_nlm function.
Contains the descriptive string associated with the resource tag. This description is relative to the one instance, the one specified in the which parameter.