RxUnregisterKernelResource

Unregisters the specified kernel resource

Library:LibC
Classification:Novell
Service:Marshalling

Syntax

  #include <ringx.h>
  
  int RxUnregisterKernelResource (
     void   *resource);
  

Parameters

resource

(IN) Specifies the kernel resource to unregister.

Return Values

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

See Also