IPXV_Inst::RegisterOpCreator Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXV_Inst::RegisterOpCreator Method}} | {{#customTitle:IPXV_Inst::RegisterOpCreator Method}} | ||
{{#parentPage:PXV:IPXV_Inst#Methods|RegisterOpCreator|method}} | {{#parentPage:PXV:IPXV_Inst#Methods|RegisterOpCreator|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Adds new operations-factory object to extend total list of available operations. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;pOpCreator | ;pOpCreator | ||
− | :[in] Pointer to [[PXV:IPXV_OperationsCreator|IPXV_OperationsCreator]]. | + | :[in] Pointer to [[PXV:IPXV_OperationsCreator|IPXV_OperationsCreator]] object. |
== Return Value == | == Return Value == |
Revision as of 14:26, 26 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.
Return Value
Returns S_OK if operation was successful or error code in other cases.