ITraceDataProviderCollection::Clear method (pla.h)

Removes all trace providers from the collection.

Syntax

HRESULT Clear();

Return value

Returns S_OK if successful.

Remarks

Note that by removing the providers from the collection, you are also removing the providers from the trace data collector.

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

ITraceDataProviderCollection

ITraceDataProviderCollection::Remove