IOpInputItem::Src Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Src''' of interface [[PXV:IOpInputItem|IOpInputItem]] returns/sets  Pointer to IUnknown based interface of the input object that should be passed to the operation.
+
Property '''pSrc''' of interface [[PXV:IOpInputItem|IOpInputItem]] returns/sets  Pointer to IUnknown based interface of the input object that should be passed to the operation.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Src([out, retval]  IUnknown**  Src);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Src([out, retval]  IUnknown**  pSrc);
HRESULT put_Src([in]  IUnknown*  Src);
+
HRESULT put_Src([in]  IUnknown*  pSrc);
 
</pre>
 
</pre>
  

Revision as of 03:19, 15 June 2015


Property pSrc of interface IOpInputItem returns/sets Pointer to IUnknown based interface of the input object that should be passed to the operation.

Syntax

HRESULT get_Src([out, retval]  IUnknown**  pSrc);
HRESULT put_Src([in]  IUnknown*  pSrc);

See Also

IOpInputItem
IOperation::CreateInputItem