IPXV_Inst::CreateOp Method

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

Jump to: navigation, search


Creates new operation object by specified unique ID of operation.

Syntax

HRESULT CreateOp([in]           LONG          nOpID,
                 [out, retval]  IOperation**  ppNewOp);

Parameters

nOpID
[in] The unique ID of operation. You may obtain it by:
int id = IPXV_Inst.Str2ID("op.document.printPages");
ppNewOp
[out, retval] Returns pointer to new IOperation object.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_Inst, IPXV_Inst::Str2ID, IPXV_Inst::RegisterOpCreator