IDkmNativeExportsEnableNotification.OnNativeExportsChanged Method
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.
Called when 'IsNativeExportsEnabled' is changed.
C++
public:
void OnNativeExportsChanged(Microsoft::VisualStudio::Debugger::DkmEngineSettings ^ settings);
public void OnNativeExportsChanged(Microsoft.VisualStudio.Debugger.DkmEngineSettings settings);
abstract member OnNativeExportsChanged : Microsoft.VisualStudio.Debugger.DkmEngineSettings -> unit
Public Sub OnNativeExportsChanged (settings As DkmEngineSettings)
- settings
- DkmEngineSettings
[In] Contains the session-wide debug settings. There is one instance of this object per engine Guid (ex: one instance for COMPlusOnlyEng2, one instance for COMPlusNativeEng).
Produkt | Verzie |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |