IOpInputItem::Params Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(13 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IOpInputItem::Params Property}}
 
{{#customTitle:IOpInputItem::Params Property}}
{{#parentPage:PXV:IOpInputItem|Params Property|property}}
+
{{#parentPage:PXV:IOpInputItem#Properties|Params|property}}
{{ToWrite}}
+
{{ToReview}}
+
  
Property '''Params''' of interface [[PXV:IOpInputItem|IOpInputItem]] returns  Pointer to [[PXV:ICab|ICab]] ...
+
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**  ppParams);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Params([out, retval]  ICab**  pParams);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IOpInputItem|IOpInputItem]].
+
[[PXV:IOpInputItem|IOpInputItem]]

Latest revision as of 23:55, 30 November 2017

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