IUIX_PropSheets::OpList Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_PropSheets::OpList Property}}
 
{{#customTitle:IUIX_PropSheets::OpList Property}}
 +
{{#parentPage:PXV:IUIX_PropSheets#Properties|OpList|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''OpList''' of interface [[PXV:IUIX_PropSheets|IUIX_PropSheets]] returns  Pointer to [[PXV:IOperationList|IOperationList]] ...
 
Property '''OpList''' of interface [[PXV:IUIX_PropSheets|IUIX_PropSheets]] returns  Pointer to [[PXV:IOperationList|IOperationList]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_OpList([out, retval] IOperationList** ppOpList);
+
<pre class="brush:cpp;gutter:false">HRESULT get_OpList([out, retval] IOperationList** pOpList);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_PropSheets|IUIX_PropSheets]].
+
[[PXV:IUIX_PropSheets|IUIX_PropSheets]]

Latest revision as of 04:36, 15 June 2015


Property OpList of interface IUIX_PropSheets returns Pointer to IOperationList ...

Syntax

HRESULT get_OpList([out, retval]  IOperationList**  pOpList);

See Also

IUIX_PropSheets