IPXV_Inst::Shutdown Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 5: Line 5:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT Shutdown([in, optional] VARIANT_BOOL bUnloadUsedLibraries);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT Shutdown([in, defaultvalue(0)] LONG nFlags);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''bUnloadUsedLibraries''
+
;''nFlags''
:[in, optionalA BOOLEAN Variant that indicates whether to unload the used libraries or not.
+
:[in, defaultvalue(0)Value of LONG that indicates whether to unload the used libraries or not.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 01:36, 17 April 2015

Closes the main instance object.

Syntax

HRESULT Shutdown([in, defaultvalue(0)] LONG nFlags);

Parameters

nFlags
[in, defaultvalue(0)] Value of LONG 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.