IPXV_Inst::Shutdown Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IPXV_Inst::Shutdown Method}} | {{#customTitle:IPXV_Inst::Shutdown Method}} | ||
− | + | Closes the main instance object. | |
== Syntax == | == Syntax == | ||
Line 9: | Line 9: | ||
== Parameters == | == Parameters == | ||
;''bUnloadUsedLibraries'' | ;''bUnloadUsedLibraries'' | ||
− | :[in, optional] | + | :[in, optional] A BOOLEAN Variant that indicates whether to unload the used libraries or not. |
== Return Value == | == Return Value == |
Revision as of 03:35, 21 March 2015
Closes the main instance object.
Contents
Syntax
HRESULT Shutdown([in, optional] VARIANT_BOOL bUnloadUsedLibraries);
Parameters
- bUnloadUsedLibraries
- [in, optional] A BOOLEAN Variant that indicates whether to unload the used libraries or not.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IPXV_Inst.