IAFS_NamesCollection::_NewEnum Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
 
<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>
 
== Parameters ==
 
;ppUnkOut
 
:[out, retval]  Pointer to a buffer, that receives a pointer to the IEnumVARIANT interface of the enumeration object, for collection.
 
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IAFS_NamesCollection|IAFS_NamesCollection]]
 
[[PXV:IAFS_NamesCollection|IAFS_NamesCollection]]

Revision as of 00:46, 4 June 2015

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

Syntax

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

See Also

IAFS_NamesCollection