IOpInputItem::Params Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Params''' of interface [[PXV:IOpInputItem|IOpInputItem]] returns  Pointer to [[PXV:ICab|ICab]] that contains additional parameters for the input object that passed to the operation.  
+
Property '''pParams''' of interface [[PXV:IOpInputItem|IOpInputItem]] returns  Pointer to [[PXV:ICab|ICab]] that contains additional parameters for the input object that passed to the operation.  
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Params([out, retval]  ICab**  Params);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Params([out, retval]  ICab**  pParams);
 
</pre>
 
</pre>
  

Revision as of 03:19, 15 June 2015


Property pParams 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**  pParams);

See Also

IOpInputItem
IOperation::CreateInputItem
ICab