PEXPointer Data Structure


 
   #if NeedFunctionPrototypes
   typedef void *PEXPointer;
   #else
   typedef char *PEXPointer;
   #endif
 

PEXPointer is a data structure that is common to the following functions:

and is referenced by the following data structure:

For a list of data structures for miscellaneous data, see Data Structures for Miscellaneous Data.