IOperation::Params Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IOperation::Params Property}}
 
{{#customTitle:IOperation::Params Property}}
{{#parentPage:PXV:IOperation#Properties|Params Property|property}}
+
{{#parentPage:PXV:IOperation#Properties|Params|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{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**  ppParams);
+
<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