IOgetLongText |
Top Previous Next |
Text fetch at the input. With this routine a text is fetched at the input. The length is not limited, and the text pointer must be released later with Free again. Parametre root (PROOT) [IN] Act on the open data bank. doNew (int) [IN] Has doNew the value TRUE, a new text is fetched. Has doNew the value FALSE the last text is fetched. doEcho (int) [IN] Has doEcho the value TRUE and doNew has the value TRUE, the new text is fetched and also given, but he is not given. Result (char *) [OUT] The text which was given in the input, but ZERO. Declaration #include "system.h"
char * DLLENTRY IOgetLongText ( PROOT root, int doNew, int doEcho );
|