IPXV_Inst::RegisterOpCreator Method
From PDF XChange PDF SDK
Line 12: | Line 12: | ||
== Parameters == | == Parameters == | ||
;pOpCreator | ;pOpCreator | ||
− | :[in] Pointer to [[PXV:IPXV_OperationsCreator|IPXV_OperationsCreator]] object. | + | :[in] Pointer to [[PXV:IPXV_OperationsCreator|IPXV_OperationsCreator]] object to be registered. |
== Return Value == | == Return Value == | ||
Line 18: | Line 18: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXV_Inst|IPXV_Inst]] | + | [[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_UnregisterOpCreator|IPXV_Inst::UnregisterOpCreator]] |
Revision as of 09:47, 27 May 2015
Adds new operations-factory object to extend total list of available operations.
Syntax
HRESULT RegisterOpCreator([in] IPXV_OperationsCreator* pOpCreator);
Parameters
- pOpCreator
- [in] Pointer to IPXV_OperationsCreator object to be registered.
Return Value
Returns S_OK if operation was successful or error code in other cases.