ITraceDataCollector::get_ProcessMode method (pla.h)

Retrieves or sets a value that indicates whether the session is a private, in-process session.

This property is read/write.

Syntax

HRESULT get_ProcessMode(
  VARIANT_BOOL *process
);

Parameters

process

Return value

None

Remarks

A private event tracing session is a user-mode event tracing session that runs in the same process as its event trace providers—the registered providers that the private session enables and the private session must all be in the same process.

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