IDkmGPUEnvironmentFilter Interface

Definition

Optional internal interface which can be implemented to customize the environment of the GPU target process before it is started. From the debug monitor side, this API, or IDkmGPUEnvironmentFilter, can be implemented.

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

public interface class IDkmGPUEnvironmentFilter
public interface class IDkmGPUEnvironmentFilter
__interface IDkmGPUEnvironmentFilter
public interface IDkmGPUEnvironmentFilter
type IDkmGPUEnvironmentFilter = interface
Public Interface IDkmGPUEnvironmentFilter

Methods

GetGPUAdditionalEnvironmentVariables(DkmDebugLaunchSettings, DkmProcessLaunchEnvironmentFilterScenario)

Obtains any environment variables which the extension would like to add.

Applies to