IPXV_Plugin::Unload Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.  Method is called by the Editor only and if the [[PXV:IPXV_Plugin_Setup|Setup]] has been called before.
+
Method is called by the Editor only and if the [[PXV:IPXV_Plugin_Setup|Setup]] has been called before. Here is where everything should be unregistered and unloaded.
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 00:32, 5 October 2017


Method is called by the Editor only and if the Setup has been called before. Here is where everything should be unregistered and unloaded.

Syntax

HRESULT Unload();

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_Plugin