RxUnregisterThreadResource

Unregisters the specified thread resource.

Library:LibC
Classification:Novell
Service:Marshalling

Syntax

  #include <ringx.h>
  
  int RxUnregisterThreadResource (
     void   *thread);
  

Parameters

thread

(IN) Specifies the thread resource to unregister.

Return Values

If successful, returns 0. Otherwise returns -1 and sets errno.

See Also