IOpInputItem::Src Property

From PDF XChange PDF SDK
Revision as of 06:53, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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**  Src);
HRESULT put_Src([in]  IUnknown*  Src);

See Also

IOpInputItem
IOperation::CreateInputItem