IOperation::Params Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Params''' of interface [[PXV:IOperation|IOperation]] returns  Pointer to [[PXV:ICab|ICab]] ...
+
Property '''pParams''' of interface [[PXV:IOperation|IOperation]] returns  Pointer to [[PXV:ICab|ICab]] ...
  
 
== 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>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IOperation|IOperation]]
 
[[PXV:IOperation|IOperation]]

Latest revision as of 03:18, 15 June 2015


Property pParams of interface IOperation returns Pointer to ICab ...

Syntax

HRESULT get_Params([out, retval]  ICab**  pParams);

See Also

IOperation