Desktop Functions: Smart Device Functions:
|
gsapi_exit (gsapi)
C# Signature:
[DllImport("gsdll32.dll",CharSet=CharSet.Ansi,CallingConvention=CallingConvention.StdCall)] VB Signature:
<DllImport("gsdll32.dll", CharSet:=CharSet.Ansi, CallingConvention:=CallingConvention.StdCall)> _ User-Defined Types:None. Alternative Managed API:Do you know one? Please contribute it! Notes: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. Tips & Tricks:Please add some! Sample Code:
/* Assume pinstance has been initialized using gsapi_new_instance. */ Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|