IDkmRunningProcessInfoProvider160 Interface

Definition

Interface implemented by the base DM services to provide a process listing, and provide basic information about running processes without attaching a debugger to the process.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: TransportKind.

This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTMPreview).

public interface class IDkmRunningProcessInfoProvider160
public interface IDkmRunningProcessInfoProvider160
type IDkmRunningProcessInfoProvider160 = interface
Public Interface IDkmRunningProcessInfoProvider160

Methods

QueryExecutableArchitecture(DkmTransportConnection, String)

Gets the architecture of the executable.

Applies to