IOpInputItem::Src Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 3: Line 3:
 
{{#customTitle:IOpInputItem::Src Property}}
 
{{#customTitle:IOpInputItem::Src Property}}
 
{{#parentPage:PXV:IOpInputItem#Properties|Src|property}}
 
{{#parentPage:PXV:IOpInputItem#Properties|Src|property}}
{{ToWrite}}
 
 
{{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 '''Src''' 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 ==

Revision as of 07:28, 11 June 2015


Property Src 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