IAFS_NamesCollection::_NewEnum Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 11: Line 11:
 
<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 ==
 +
;ppOutNames
 +
:[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 05:34, 21 May 2015


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

Syntax

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

Parameters

ppOutNames
[out, retval] Pointer to a buffer that receives a pointer to the IEnumVARIANT interface of the enumeration object for collection.

See Also

IAFS_NamesCollection