IOperation::CreateInputItem Method

From PDF XChange PDF SDK
Jump to: navigation, search
(See Also)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Creates wrapper for input object of operation. This wrapper allows to pass additional parameters along with the input object.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 05:52, 12 June 2015


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 IUnknown*.
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