home *** CD-ROM | disk | FTP | other *** search
-
- function PCV_CreateWindow(X1,Y1,XSize,Ysize : word; BOOL : boolean) : integer;
- far; external StandardDLL;
-
- function PCV_SetWindowposition(X1,Y1 : word) : integer;
- far; external StandardDLL;
-
- function PCV_SetWindowSize(XSize,YSize : word; BOOL : boolean) : integer;
- far; external StandardDLL;
-
- function PCV_PanWindow(X1,Y1 : word) : integer;
- far; external StandardDLL;
-
- function PCV_SetColorKey(Col:word) : integer;
- far; external StandardDLL;
-
- function PCV_FreezeVideo:integer;
- far; external StandardDLL;
-
- function PCV_UnFreezeVideo:integer;
- far; external StandardDLL;
-
- function PCV_SetWriteProtectMask(WORD1 : word) : integer;
- far; external StandardDLL;
-
- function PCV_EnableVideo:integer;
- far; external StandardDLL;
-
- function PCV_DisableVideo:integer;
- far; external StandardDLL;
-
- function PCV_SaveImageRect(LPSTR : Pchar; WORD6,WORD5,WORD4,WORD3,WORD2,WORD1:integer) : integer;
- far; external StandardDLL;
-
- function PCV_LoadImageRect(LPSTR : Pchar; WORD2, WORD1:word) : integer;
- far; external StandardDLL;
-
- function PCV_ReadImageRect(LPSTR : Pchar; WORD5, WORD4, WORD3, WORD2, WORD1:word; CH : pchar) : integer;
- far; external StandardDLL;
-
- function PCV_WriteImageRect(LPSTR,LPSTR1 : Pchar; WORD5, WORD4, WORD3, WORD2, WORD1:word):integer;
- far; external StandardDLL;
-
- function PCV_GetInputFormat : integer;
- far; external StandardDLL;
-
- function PCV_SetInputFormat(WORD1 : word) : integer;
- far; external StandardDLL;
-
- function PCV_SetColor(WORD1 : word; BYTE1 : byte):integer;
- far; external StandardDLL;
-
- function PCV_GetColor(WORD1 : word):byte;
- far; external StandardDLL;
-
- procedure PCV_ResetColors;
- far; external StandardDLL;
-
- function PCV_ClearVideoRect(WORD4, WORD3, WORD2, WORD1:word):integer;
- far; external StandardDLL;
-
- function PCV_LoadConfiguration:integer;
- far; external StandardDLL;
-
- function PCV_SaveConfiguration : integer;
- far; external StandardDLL;
-
- function PCV_GetPortAddress : integer;
- far; external StandardDLL;
-
- function PCV_SetPortAddress(int:integer) : integer;
- far; external StandardDLL;
-
- function PCV_GetVideoAddress:integer;
- far; external StandardDLL;
-
- function PCV_SetVideoAddress(int:integer):integer;
- far; external StandardDLL;
-
- function PCV_GetVideoSource:integer;
- far; external StandardDLL;
-
- function PCV_SetVideoSource(int:integer):integer;
- far; external StandardDLL;
-
- function PCV_GetSkewFactor(int:integer):word;
- far; external StandardDLL;
-
- function PCV_SetSkewFactor(int, WORD1:word):integer;
- far; external StandardDLL;
-
- procedure PCV_ResetSkewFactors;
- far; external StandardDLL;
-
- function PCV_GetSystemMetrics(WORD1:word):word;
- far; external StandardDLL;
-
- procedure PCV_EnableInterlace;
- far; external StandardDLL;
-
- procedure PCV_DisableInterlace;
- far; external StandardDLL;
-
- procedure PCV_HorizontalZoom(int:integer);
- far; external StandardDLL;
-
- procedure PCV_VerticalZoom(int:integer);
- far; external StandardDLL;
-
- procedure PCV_EnableFieldReplication;
- far; external StandardDLL;
-
- procedure PCV_DisableFieldReplication;
- far; external StandardDLL;
-
- procedure PCV_SetRegister(WORD1:word; BYTE1:byte);
- far; external StandardDLL;
-
- function PCV_GetRegister(WORD1:word):byte;
- far; external StandardDLL;
-
- procedure PCV_TurnBorder(WORD1:word);
- far; external StandardDLL;
-
- function PCV_Initialize:integer;
- far; external StandardDLL;
-
- function PCV_Exit:integer;
- far; external StandardDLL;
-
-