RxLockMemory

Locks the specified memory

Library:LibC
Classification:Novell
Service:Marshalling

Syntax

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

Parameters

addr

(IN) Specifies the location of the memory to lock.

length

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

Return Values

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

See Also