IOperation::Params Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IOperation::Params Property}} | {{#customTitle:IOperation::Params Property}} | ||
− | {{#parentPage:PXV:IOperation|property}} | + | {{#parentPage:PXV:IOperation#Properties|Params|property}} |
{{ToWrite}} | {{ToWrite}} | ||
{{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]] |
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);