IOgetNewText |
Top Previous Next |
Text fetch and are economical. With this routine an issue text is fetched and given. Parametre root (PROOT) [IN] Act on the open data bank. text (char *) [IN / OUT] In text the text is fetched. In text enough storage space must be made available. However, it are not copied more than len signs. len (int) [IN] In len stands the size of the signs which can be stored away in text. Result --- Declaration #include "system.h"
void DLLENTRY IOgetNewText ( PROOT root, char * text, int len );
|