IPXV_DocViewsList::_NewEnum Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_DocViewsList::_NewEnum Property}}
 
{{#customTitle:IPXV_DocViewsList::_NewEnum Property}}
 +
{{#parentPage:PXV:IPXV_DocViewsList#Properties|_NewEnum|property}}
 +
{{ToReview}}
  
Property '''_NewEnum''' of interface [[PXV:IPXV_DocViewsList|IPXV_DocViewsList]] returns  Pointer to IUnknown* ...
+
Gets new enumerator for the document views 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 ==
See also [[PXV:IPXV_DocViewsList|IPXV_DocViewsList]].
+
[[PXV:IPXV_DocViewsList|IPXV_DocViewsList]]

Latest revision as of 03:54, 15 June 2015


Gets new enumerator for the document views list.

Syntax

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

See Also

IPXV_DocViewsList