IDkmSymbolPathChangeNotification.OnSymbolPathChanged Method
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.
Called when the symbol path is changed.
public:
void OnSymbolPathChanged(Microsoft::VisualStudio::Debugger::DkmEngineSettings ^ settings);
public void OnSymbolPathChanged (Microsoft.VisualStudio.Debugger.DkmEngineSettings settings);
abstract member OnSymbolPathChanged : Microsoft.VisualStudio.Debugger.DkmEngineSettings -> unit
Public Sub OnSymbolPathChanged (settings As DkmEngineSettings)
Parameters
- 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).