resourceTagBuf
Returns information about resources used by NLMs on
a server.
- Service:Server Environment
- Defined In:nwfse.h
Structure
typedef struct
{
nuint32 number ;
nuint32 signature ;
nuint32 count ;
nuint8 name [];
} resourceTagBuf;
Fields
- number
- Contains the number assigned to the resource tag
when it was allocated.
- signature
- Contains the signature of the resource tag.
- count
- Contains the number of this kind of tag that has
been allocated.
- name
- Contains the name of the resource tag.