IOperation::CreateInputItem Method

From PDF XChange PDF SDK
Revision as of 05:53, 12 June 2015 by AlexIII (Talk | contribs)

Jump to: navigation, search


Creates wrapper for input object of operation. This wrapper allows to pass additional parameters along with the input object.

Syntax

HRESULT CreateInputItem([in]           IUnknown*       pSrc,
                        [out, retval]  IOpInputItem**  pNewInputItem);

Parameters

pSrc
[in] Pointer to the IUnknown based interface of the input object.
pNewInputItem
[out, retval] Pointer to IOpInputItem.

Return Value

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

See Also

IOperation
IOpInputItem