_newEnum property
Retrieves an IEnumVariant interface, which can be used to enumerate all IPrint objects in this collection.
Syntax
HRESULT value = object.get__newEnum(IUnknown** p);
Property values
Type: Object
Receives the address of an IUnknown interface pointer representing an IEnumVariant interface.
Remarks
IHTMLIPrintCollection::_newEnum was introduced in Microsoft Internet Explorer 6
Show: