IPXV_BookmList::_NewEnum Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_BookmList::_NewEnum Property}}
 
{{#customTitle:IPXV_BookmList::_NewEnum Property}}
{{#parentPage:PXV:IPXV_BookmList|property}}
+
{{#parentPage:PXV:IPXV_BookmList|_NewEnum Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
 
Gets new enumerator for the bookmarks list.
 
Gets new enumerator for the bookmarks 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** ppUnkOut);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXV_BookmList|IPXV_BookmList]].
 
See also [[PXV:IPXV_BookmList|IPXV_BookmList]].

Revision as of 06:20, 23 April 2015


Gets new enumerator for the bookmarks list.

Syntax

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

See Also

See also IPXV_BookmList.