IAFS_NamesCollection::_NewEnum Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''_NewEnum''' of interface [[PXV:IAFS_NamesCollection|IAFS_NamesCollection]] returns  Pointer to IUnknown* ...
+
Creates new enumeration object for collection and returns it's interface.
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 13:
  
 
== See Also ==
 
== See Also ==
[[PXV:IAFS_NamesCollection|IAFS_NamesCollection]].
+
:[[PXV:IAFS_NamesCollection|IAFS_NamesCollection]]
 +
:[[PXV:IAFS_NamesCollection|IAFS_NamesCollection]]

Revision as of 03:05, 21 May 2015


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

Syntax

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

See Also

IAFS_NamesCollection
IAFS_NamesCollection