IAFS_NamesCollection::_NewEnum Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IAFS_NamesCollection::_NewEnum Property}}
 
{{#customTitle:IAFS_NamesCollection::_NewEnum Property}}
 
{{#parentPage:PXV:IAFS_NamesCollection#Properties|_NewEnum Property|property}}
 
{{#parentPage:PXV:IAFS_NamesCollection#Properties|_NewEnum Property|property}}
{{ToReview}}
 
  
Creates new enumeration object for collection and returns it's interface.
+
 
 +
Creates a new enumeration objec,t for collection, and returns it's interface.
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;ppUnkOut
 
;ppUnkOut
:[out, retval]  Pointer to a buffer that receives a pointer to the IEnumVARIANT interface of the enumeration object for collection.
+
:[out, retval]  Pointer to a buffer, that receives a pointer to the IEnumVARIANT interface, of the enumeration object for collection.
  
 
== See Also ==
 
== See Also ==

Revision as of 14:17, 21 May 2015


Creates a new enumeration objec,t 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