IPXV_DocViewsList::_NewEnum Property

From PDF XChange PDF SDK
Jump to: navigation, search
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:IPXV_DocViewsList::_NewEnum Property}}
 
{{#customTitle:IPXV_DocViewsList::_NewEnum Property}}
{{#parentPage:PXV:IPXV_DocViewsList|_NewEnum Property|property}}
+
{{#parentPage:PXV:IPXV_DocViewsList#Properties|_NewEnum|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 7: Line 8:
  
 
== 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