DkmProcess.GetTargetCompositionServices Method

Definition

Gets the IDebugServiceManager for the corresponding scenario, which can be used to access Target Composition based extensions.

Location constraint: Target composition interfaces cannot be marshalled across machine, but are safe to use if available.

This API was introduced in Visual Studio 16 Update 5 (DkmApiVersion.VS16Update5).

C++
public:
 void GetTargetCompositionServices(Microsoft::VisualStudio::Debugger::TargetCompositionServices::DkmTargetCompositionScenario Scenario, [Runtime::InteropServices::Out] System::Object ^ % ServiceManager);

Parameters

Scenario
DkmTargetCompositionScenario

[In] The scenario to get target composition services for.

ServiceManager
Object

[Out] The service manager.

Applies to

Product Versions
Visual Studio SDK 2019, 2022