ITraceDataCollector::get_TraceDataProviders method (pla.h)

Retrieves the list of providers enabled for this trace session.

This property is read-only.

Syntax

HRESULT get_TraceDataProviders(
  ITraceDataProviderCollection **providers
);

Parameters

providers

Return value

None

Remarks

If the collection contains a kernel provider, all the providers in the collection must be kernel providers.

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

See also

ITraceDataCollector