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 14: Line 14:
  
 
== See Also ==
 
== See Also ==
[[PXV:IOpInputItem|IOpInputItem]].
+
[[PXV:IOpInputItem|IOpInputItem]]

Revision as of 04:08, 23 May 2015


Property Src of interface IOpInputItem returns/sets Pointer to IUnknown* ...

Syntax

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

See Also

IOpInputItem