IPXV_AnnotsList::_NewEnum 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 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_AnnotsList::_NewEnum Property}}
 
{{#customTitle:IPXV_AnnotsList::_NewEnum Property}}
{{#parentPage:PXV:IPXV_AnnotsList#Properties|_NewEnum Property|property}}
+
{{#parentPage:PXV:IPXV_AnnotsList#Properties|_NewEnum|property}}
{{ToReview}}
+
  
 
Gets new enumerator for the annotations list.
 
Gets new enumerator for the annotations list.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get__NewEnum([out, retval]  IUnknown**  ppUnkOut);
+
<pre class="brush:cpp;gutter:false">HRESULT get__NewEnum([out, retval]  IUnknown**  pUnkOut);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_AnnotsList|IPXV_AnnotsList]]
 
[[PXV:IPXV_AnnotsList|IPXV_AnnotsList]]

Latest revision as of 03:46, 15 June 2015

Gets new enumerator for the annotations list.

Syntax

HRESULT get__NewEnum([out, retval]  IUnknown**  pUnkOut);

See Also

IPXV_AnnotsList