Get the last error code
Display the last error message if failed
2.2 Programming Functions Reference
There are three programming languages for your reference: C++,
Delphi and Visual BASIC, and also we provides sample
program within our bundle CD.
Adv_VAPI_Init
Syntax
[C++]
BOOL Adv_VAPI_Init(DWORD *pdwVer)
[Delphi]
function Adv_VAPI_Init(var dwVer:Longword):Boolean;
[VB]
function Adv_VAPI_Init (ByRef pdwVer As Long) As Boolean
Parameters
pdwVer : Specifies the pointer of DWORD. It will be
assigned to the version number of this library.
For example, if assigned value 0x10000, it
represents Version 1.00. Now the version is
0x10000,
Return Value
TRUE :
Initialization is successful
FALSE
:
Initialization is failed
Description
This function will initialize and allocate the library variables
and resources. You must call this function before calling other
functions.
Example
DWORD dwVer;
15
Summary of Contents for DVP-7020
Page 1: ...DVP 7020 4 Channel PCI bus Video Grabber Card User s Manual ...
Page 5: ...1 CHAPTER General Information ...
Page 7: ...1 3 Block Diagram DVP 7020 3 ...
Page 14: ......
Page 15: ...2 CHAPTER Functions Library ...
Page 27: ...23 ...
Page 32: ...DVP 7020 User s Manual 28 ...