IPXV_Inst::RegisterOpCreator Method

From PDF XChange PDF SDK
Revision as of 15:26, 26 May 2015 by Pifagor (Talk | contribs)

Jump to: navigation, search


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.

See Also

IPXV_Inst