C/C++ | int VEFCC vensim_release_run(char *filename) ; |
int VEFCC VensimCReleaseRun(int context,const char *filename) ;
Java | public static native int release_run( String fileName); |
public static native int CReleaseRun(int context, String fileName );
VB | Private Declare Function vensim_release_run Lib "vendll32.dll" (ByVal filename$) As Long |
Pascal | function vensim_release_run(filename: PChar): Integer ; stdcall ; external 'vendll32.dll' ; |
Releases the file lock on a run.
Arguments
filename | the name of the file to be released. This names a .vdf file. |
Returns
The return value can be ignored.
Notes
This function releases the lock on a file that calls to vensim_get_data make.
See Also
vensim_get_val, vensim_get_data