Main Page   Modules   Data Structures   File List   Data Fields   Examples  

_memgrep_result Struct Reference
[The memory manglement library interface.]

The result of a given operation. More...

#include <memgrep.h>


Data Fields

unsigned long error
unsigned long numRows
MEMGREP_RESULT_ROW ** rows


Detailed Description

The result of a given operation.

The result from a given operation, including any rows that were returned.

Examples:

simple.c.


Field Documentation

unsigned long _memgrep_result::error
 

The error code, 0 if no error.

unsigned long _memgrep_result::numRows
 

The number of rows returned by the query.

Examples:
simple.c.

MEMGREP_RESULT_ROW** _memgrep_result::rows
 

The array of rows.

Examples:
simple.c.


The documentation for this struct was generated from the following file:
Generated on Mon Dec 29 02:04:13 2003 for memgrep by doxygen1.2.15