Go to the first, previous, next, last section, table of contents.


_conio_gettext

Syntax

#include <conio.h>

int     _conio_gettext(int _left, int _top, int _right, int _bottom, void *_destin);

Description

Retrieve a block of screen characters into a buffer.

Return Value

1

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.