IOpInputItem::Params Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Params([out, retval] ICab** | + | <pre class="brush:cpp;gutter:false">HRESULT get_Params([out, retval] ICab** Params); |
</pre> | </pre> | ||
Revision as of 05:53, 12 June 2015
Property Params of interface IOpInputItem returns Pointer to ICab that contains additional parameters for the input object that passed to the operation.
Syntax
HRESULT get_Params([out, retval] ICab** Params);