Edit

Share via


MODULE_INFO_FLAGS

Specifies the state of symbols for a module.

Syntax

public enum enum_MODULE_INFO_FLAGS {
   MIF_SYMBOLS_LOADED = 0x0001
};

Fields

MIF_SYMBOLS_LOADED
At least one set of symbols was loaded by the module (otherwise no symbols were loaded).

Remarks

This value is returned by the GetSymbolSearchInfo method.

Requirements

Header: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

See also