DBgetTextbufferContents

Top  Previous  Next

Determines the value of the text buffer.

The functions which put down a text on the data bank file this text often also in a buffer of the data bank to which then other functions can appeal. This text string can be questioned with DBgetTextbufferContents. With DBsetTextbufferContents if the text is changed in this buffer. The same text also is able DBgetTexttabEntry(root, buffer, len, 0) are determined.

Parametre

root (PROOT) [IN]

The trading of the data bank.

text (char *) [IN / OUT]

This pointer must refer to a text buffer with at least maxlen signs. In this the text from the text table is returned.

maxlen (int) [IN]

If the size of the text buffer brags. The size is calculated on final 0-sign.

Result

---

Declaration

#include "database.h"

 

void DLLENTRY DBgetTextbufferContents (

PROOT root,

char * text,

int maxlen

);