IPXV_Inst::UnregisterViewCreator Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXV_Inst::UnregisterViewCreator Method}}
 
{{#customTitle:IPXV_Inst::UnregisterViewCreator Method}}
  
The method of interface of PDF-XChange Editor SDK.
+
Unregisters a creator of common UI-objects that implements '''IPXV_View''' interface.
  
 
== Syntax ==
 
== Syntax ==
Line 9: Line 9:
 
== Parameters ==
 
== Parameters ==
 
;''pViewCreator''
 
;''pViewCreator''
:[in]  Pointer to [[PXV:IPXV_ViewCreator|IPXV_ViewCreator]].
+
:[in]  Pointer to [[PXV:IPXV_ViewCreator|IPXV_ViewCreator]] object to unregister.
  
 
== Return Value ==
 
== Return Value ==
Line 15: Line 15:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Inst|IPXV_Inst]].
+
See also [[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_ViewCreator|IPXV_ViewCreator]].

Revision as of 04:40, 21 March 2015

Unregisters a creator of common UI-objects that implements IPXV_View interface.

Syntax

HRESULT UnregisterViewCreator([in] IPXV_ViewCreator* pViewCreator);

Parameters

pViewCreator
[in] Pointer to IPXV_ViewCreator object to unregister.

Return Value

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

See Also

See also IPXV_Inst, IPXV_ViewCreator.