C
#define TeGetBuffer(pTe) (((TEXTENTRY *)pTe)->pTeOutput)
Overview
This macro will return the currently used buffer in the TextEntry object.
Input Parameters
Input Parameters |
Description |
pTe |
pointer to the object |
Returns
It will return a pointer to the buffer used.
Preconditions
none
Side Effects
none.