Main Page   Modules   Data Structures   File List   Data Fields   Examples  

_memgrep_result_row Struct Reference
[The memory manglement library interface.]

Result row base structure. More...

#include <memgrep.h>


Data Fields

unsigned long length
unsigned long type


Detailed Description

Result row base structure.

The base for all rows in a result


Field Documentation

unsigned long _memgrep_result_row::length
 

The length in bytes of the structure.

unsigned long _memgrep_result_row::type
 

The type of structure. This can be one of the following:

  • MEMGREP_RESULT_TYPE_SEARCH The derived structure is 'MEMGREP_RESULT_ROW_SEARCH'
  • MEMGREP_RESULT_TYPE_REPLACE The derived structure is 'MEMGREP_RESULT_ROW_REPLACE'
  • MEMGREP_RESULT_TYPE_DUMP The derived structure is 'MEMGREP_RESULT_ROW_DUMP'


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