IPXV_Inst::UnregisterViewCreator Method

From PDF XChange PDF SDK
Revision as of 04:40, 21 March 2015 by Serg (Talk | contribs)

Jump to: navigation, search

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.