IPXV_Plugin::Unload Method

From PDF XChange PDF SDK
Jump to: navigation, search
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Plugin::Unload Method}}
 
{{#customTitle:IPXV_Plugin::Unload Method}}
 +
{{#parentPage:PXV:IPXV_Plugin#Methods|Unload|method}}
 +
{{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 ==
Line 11: Line 14:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Plugin|IPXV_Plugin]], [[PXV:IPXV_Plugin_Setup|Setup]].
+
[[PXV:IPXV_Plugin|IPXV_Plugin]]

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