IOgetLastOutputText

Top  Previous  Next

The last issue determine.

With this routine the last issue becomes as a copy zurückgeliefert. Besides, only so many signs are copied given as in len. In addition, the number which had this issue in the order of all issues is given.

Parametre

pipes (PIOPIPES) [IN]

The trading pipes gives the issue canal.

text (char *) [IN / OUT]

In text becomes the text spent last zurückgeliefert. Namely only so much as in len is given.

len (int) [IN]

len limits the signs which may become in text hineinkopiert.

Result

(int) [OUT]

As a return value the number which had the last issue is delivered. Every issue is numbered serially, with it is identifiable to every issue exactly by a number.

Declaration

#include "ausgabe.h"

 

int DLLENTRY IOgetLastOutputText (

PIOPIPES pipes,

char * text,

int len

);