RxUnlockMemory

Unlocks the specified memory.

Library:LibC
Classification:Novell
Service:Marshalling

Syntax

  #include <ringx.h>
  
  int RxUnlockMemory (
     const void   *addr,
     size_t        length);
  

Parameters

addr

(IN) Specifies the address of the memory to unlock.

length

(IN) Specifies the number of bytes of memory to unlock.

Return Values

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

See Also