IPXV_Inst::Shutdown Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXV_Inst::Shutdown Method}}
 
{{#customTitle:IPXV_Inst::Shutdown Method}}
  
The method of interface of PDF-XChange Editor SDK.
+
Closes the main instance object.
  
 
== Syntax ==
 
== Syntax ==
Line 9: Line 9:
 
== Parameters ==
 
== Parameters ==
 
;''bUnloadUsedLibraries''
 
;''bUnloadUsedLibraries''
:[in, optional]  Value of VARIANT_BOOL.
+
:[in, optional]  A BOOLEAN Variant that indicates whether to unload the used libraries or not.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 04:35, 21 March 2015

Closes the main instance object.

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.