Close the application and disable access.
Ret = CloseApplication (Arg1)
Arg1 [ VB.NET : Short ] [ C++ : short ] [ C# : short ]
Fixed to 0. (Reserved)
Ret [ VB.NET : Integer ] [ C++ : long ] [ C# : int ]
Return Value |
Description |
0 |
Normal completed |
The others (See also: Error Code List)
Perform termination process.
VB.NET |
Dim Ret As Long Ret = c_fgen.CloseApplication(0)
|
C++ |
long Ret; ICWaveformGeneratorPtr c_fgen; Ret = c_fgen->CloseApplication(0);
|
C# |
int Ret; Ret = c_fgen.CloseApplication(0);
|