RX_CHECK_BUFFER

Is a macro that verifies the size of a buffer.

Library:LibC
Classification:Novell
Service:Marshalling

Syntax

  #include <ringx.h>
  
  RX_CHECK_BUFFER (
     ptr,
     size)
  

Parameters

ptr

(IN) Points to the address of the buffer.

size

(OUT) Specifies the size of the buffer, in bytes.

See Also