gsapi_init_with_args (gsapi)
Last changed: anonymous

.
Summary
Initialise the interpreter

C# Signature:

[DllImport("gsapi.dll", CharSet = CharSet.Ansi, CallingConvention = CallingConvention.StdCall)]
private static extern int gsapi_init_with_args(IntPtr pInstance, int argc, [In, Out] string[] argv);

VB Signature:

Declare Function gsapi_init_with_args Lib "gsapi.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation