User`s manual

Appendix: GEME-VM3000 Series Introduction 153
System Functions
@ Name
AngeloMPEG4_Get_Version(lMpeg4_DLLVersion,
AngeloRTV_DLLVersion, Reserved)
@ Description
AngeloMPEG4_Get_Version: Use this function to get the
software information.
AngeloMPEG4_Get_Version –
@ Syntax
C/C++ (Windows 98/NT/2000/XP/CE.NET)
int AngeloMPEG4_Get_Version(long
*Mpeg4_DLLVersion, long
*AngeloRTV_DLLVersion, long *Reserved);
Delphi (Windows 98/NT/2000/XP)
AngeloMPEG4_Get_Version(var
Mpeg4_DLLVersion:Longint; var
AngeloRTV_DLLVersion:Longint; var
Reserved:Longint):Longint;
Visual Basic (Windows 98/NT/2000/XP)
AngeloMPEG4_Get_Version(ByRef
AngeloMpeg4_DLLVersion As Long, ByRef
AngeloRTV_DLLVersion As Long, ByRef Reserved
As Long) As Long
@ Argument
Mpeg4_DLLVersion: Indicates the current version of the
MPEG4 DLL. It is of 4 rows in length.
AngeloRTV_DLLVersion: Indicates the current version of
AngeloRTV DLL. It is of 4 rows in length.
@ Return Code
0: ERROR_NoError
@ Example
< VC/BCB >
int Result;