Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "gsapi_init_with_args" in [All]

gsapi

.

This must be called on shudown if gsapi_init_with_args() had been called, just before gsapi_delete_instance().

.

I found that gsapi_exit is safe to call even if gsapi_init_with_args has not been called.

.

private static extern int gsapi_init_with_args(IntPtr pInstance, int argc, [In, Out] string[] argv);

.

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

.

    private static extern int gsapi_init_with_args(IntPtr pInstance, int argc, [In, Out] string[] argv);

.

        code = gsapi_init_with_args(inst, argv.Length, argv);


 
Access PInvoke.net directly from VS: