IOCSPPropertyCollection::get__NewEnum method (certadm.h)

The _NewEnum property gets an enumerator for a property set.

To enumerate the collection of properties with C++, use the Count and Item properties defined by the IOCSPPropertyCollection interface.

This property is read-only.

Syntax

HRESULT get__NewEnum(
  IUnknown **ppVal
);

Parameters

ppVal

Return value

None

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Datacenter, Windows Server 2008 Enterprise [desktop apps only]
Target Platform Windows
Header certadm.h (include Certserv.h)
Library Certadm.lib
DLL Certadm.dll

See also

IOCSPPropertyCollection