Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 2.86 KB

nn-pla-itracedataprovidercollection.md

File metadata and controls

67 lines (56 loc) · 2.86 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:pla.ITraceDataProviderCollection
ITraceDataProviderCollection (pla.h)
Manages a collection of TraceDataProvider objects.To get this interface, access the ITraceDataCollector::TraceDataProviders property.You can also call the CoCreateInstance function to create a new instance of the TraceDataProviderCollection object.
ITraceDataProviderCollection
ITraceDataProviderCollection interface [PLA]
ITraceDataProviderCollection interface [PLA]
described
base.itracedataprovidercollection
pla.itracedataprovidercollection
pla/ITraceDataProviderCollection
pla\itracedataprovidercollection.htm
PLA
74300222-dca4-4871-bae3-0c3182fbc539
12/05/2018
ITraceDataProviderCollection, ITraceDataProviderCollection interface [PLA], ITraceDataProviderCollection interface [PLA],described, base.itracedataprovidercollection, pla.itracedataprovidercollection, pla/ITraceDataProviderCollection
pla.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Pla.dll
Windows
19H1
ITraceDataProviderCollection
pla/ITraceDataProviderCollection
c++
APIRef
kbSyntax
COM
Pla.dll
ITraceDataProviderCollection

ITraceDataProviderCollection interface

-description

Manages a collection of TraceDataProvider objects.

To get this interface, access the ITraceDataCollector::TraceDataProviders property.

You can also call the CoCreateInstance function to create a new instance of the TraceDataProviderCollection object. Pass __uuidof(TraceDataProviderCollection) as the class identifier and __uuidof(ITraceDataProviderCollection) as the interface identifier.

To populate the collection with registered providers, call the ITraceDataProviderCollection::GetTraceDataProviders method.

-inheritance

The ITraceDataProviderCollection interface inherits from the IDispatch interface. ITraceDataProviderCollection also has these types of members:

-remarks

To create the object from a script, use the Pla.TraceDataProviderCollection program identifier.