home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Boston 2
/
boston-2.iso
/
DOS
/
PROGRAM
/
C
/
WINCLIP
/
EXAM113.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-12-01
|
259 b
|
13 lines
#include "window.h"
VBLOCKPTR v;
main()
{
WindowInitializeSystem();
v = VideoSave(1,1,25,80); /* Save Rectangular region */
/* Check if NULL */
if (v == (VBLOCKPTR)0)
VideoWriteString("Trouble saving video");
}