ITraceDataProvider::GetRegisteredProcesses method (pla.h)

Retrieves a list of processes that have registered as an Event Tracing for Windows (ETW) provider.

Syntax

HRESULT GetRegisteredProcesses(
  [out] IValueMap **Processes
);

Parameters

[out] Processes

An IValueMap interface that contains the list of processes that have registered as an ETW provider. The IValueMapItem::Key property contains the name of the binary, and the IValueMapItem::Value property contains the process identifier.

Return value

Returns S_OK if successful.

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

ITraceDataProvider