rtag_info_t

Contains information about a resource tag.

Service:NetWare Platform

Structure

  #include <netware.h>
  
  typedef struct rtag_info
  {
     rtag_t     tag;
     uint32_t   signature;
     void      *NLMHandle;
     int        use_count;
     char       description[RTAG_DESC_LEN+1];
  } rtag_info_t;
  

Fields

tag

Contains the handle that identifies the resource tag.

signature

Specifies the signature of resource tag. For the list of signatures defined by NetWare, see Section 30.2, Resource Tag Signatures.

NLMHandle

Points to the handle of the NLM associated with this resource tag.

use_count

Specifies the number of times the tag is currently in use.

description

Contains the description string associated with the resource tag.

Remarks

The GetModuleResourceTagInfo function uses this structure.