IOpInputItem::Src Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IOpInputItem::Src Property}} | {{#customTitle:IOpInputItem::Src Property}} | ||
{{#parentPage:PXV:IOpInputItem#Properties|Src|property}} | {{#parentPage:PXV:IOpInputItem#Properties|Src|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | 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** | + | <pre class="brush:cpp;gutter:false">HRESULT get_Src([out, retval] IUnknown** pSrc); |
− | HRESULT put_Src([in] IUnknown* | + | HRESULT put_Src([in] IUnknown* pSrc); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IOpInputItem|IOpInputItem]] | [[PXV:IOpInputItem|IOpInputItem]] |
Latest revision as of 22:56, 30 November 2017
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);