Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves an interface to the enumeration.
This property is read-only.
Syntax
HRESULT get__NewEnum(
IUnknown **retVal
);
Parameters
retVal
Return value
None
Remarks
C++ programmers use this property.
The enumeration is a snapshot of the collection at the time of the call.
The items of the enumeration are variants whose type is VT_UNKNOWN. To query for the ITraceDataCollector interface, use the punkVal member of the variant.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | pla.h |
DLL | Pla.dll |