IDkmRunningProcessInfoProvider160 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |