IAFS_NamesCollection::_NewEnum Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(20 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IAFS_NamesCollection::_NewEnum Property}}
 
{{#customTitle:IAFS_NamesCollection::_NewEnum Property}}
 +
{{#parentPage:PXV:IAFS_NamesCollection#Properties|_NewEnum|property}}
  
Property '''_NewEnum''' of interface [[PXV:IAFS_NamesCollection|IAFS_NamesCollection]] returns  Pointer to IUnknown* ...
+
Creates a new enumeration object for collection, and returns it's interface.
 
+
  
 
== 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:IAFS_NamesCollection|IAFS_NamesCollection]].
+
[[PXV:IAFS_NamesCollection|IAFS_NamesCollection]]

Latest revision as of 03:11, 15 June 2015

Creates a new enumeration object for collection, and returns it's interface.

Syntax

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

See Also

IAFS_NamesCollection