IAFS_NamesCollection::_NewEnum Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 4: | Line 4: | ||
{{#parentPage:PXV:IAFS_NamesCollection#Properties|_NewEnum|property}} | {{#parentPage:PXV:IAFS_NamesCollection#Properties|_NewEnum|property}} | ||
− | Creates a new enumeration | + | Creates a new enumeration object for collection, and returns it's interface. |
== Syntax == | == Syntax == |
Revision as of 06:58, 26 May 2015
Creates a 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.