IOperation::Params Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | 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** | + | <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 02:18, 15 June 2015
Property pParams of interface IOperation returns Pointer to ICab ...
Syntax
HRESULT get_Params([out, retval] ICab** pParams);