IPXV_Inst::RegisterViewCreator Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IPXV_Inst::RegisterViewCreator Method}} | {{#customTitle:IPXV_Inst::RegisterViewCreator Method}} | ||
− | + | Registers new 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 register. |
== 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 03:28, 21 March 2015
Registers new creator of common UI-objects that implements IPXV_View interface.
Contents
Syntax
HRESULT RegisterViewCreator([in] IPXV_ViewCreator* pViewCreator);
Parameters
- pViewCreator
- [in] Pointer to IPXV_ViewCreator object to register.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IPXV_Inst, IPXV_ViewCreator.