UnRegisterTrackedResource

Releases a resource from tracking.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <netware.h> 
   
  int UnRegisterTrackedResource (
     void         *NLMHandle,
     uint32_t      signature);
  

Parameters

NLMHandle

(IN) Points to the handle of the NLM application for which a tracked resource has been registered; the NLM handle is obtained by calling getnlmhandle.

signature

(IN) Specifies the type of tracked resource to release. For the types, see Section 30.2, Resource Tag Signatures.

Return Values

If successful, returns 0.

Remarks

The UnRegisterTrackedResource function calls the cleanup function, which was registered with the RegisterTrackedResource function, and releases the resource from tracking.

See Also