GetModuleResourceTagInfo

Returns information about the specified resource tag.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <netware.h> 
   
  int GetModuleResourceTagInfo (
     rtag_t         rTag,
     void          *NLMHandle,
     rtag_info_t   *info );
  

Parameters

rTag

(IN) Specifies the resource tag for which information is return.

NLMHandle

(IN) Points to the handle of the NLM that allocated the resource tag.

info

(OUT) Points to a structure containing information about the resource tag.

Return Values

If successful, returns 0. Otherwise returns an error code.

See Also