IOperation::Params Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
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 ==

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