IAFS_NamesCollection::_NewEnum Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Parent page removed)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IAFS_NamesCollection::_NewEnum Property}}
 
{{#customTitle:IAFS_NamesCollection::_NewEnum Property}}
 +
{{#parentPage:PXV:IAFS_NamesCollection#Properties|_NewEnum Property|property}}
 
{{ToReview}}
 
{{ToReview}}
  
Line 15: Line 16:
  
 
== See Also ==
 
== See Also ==
:[[PXV:IAFS_NamesCollection|IAFS_NamesCollection]]
 

Revision as of 06:28, 21 May 2015


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

Syntax

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

Parameters

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

See Also