IPXV_Inst::RegisterViewCreator Method
From PDF XChange PDF SDK
Line 18: | Line 18: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXV_Inst|IPXV_Inst]] | + | [[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_UnregisterViewCreator|IPXV_Inst::UnregisterViewCreator]] |
Revision as of 09:49, 27 May 2015
Registers a new callback-creator of custom UI-panes.
Syntax
HRESULT RegisterViewCreator([in] IPXV_ViewCreator* pViewCreator);
Parameters
- pViewCreator
- [in] Pointer to IPXV_ViewCreator object.
Return Value
Returns S_OK if operation was successful or error code in other cases.