MODULE_INFO_FLAGS
Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Specifies the state of symbols for a module.
Syntax
enum enum_MODULE_INFO_FLAGS {
MIF_SYMBOLS_LOADED = 0x0001
};
typedef DWORD MODULE_INFO_FLAGS;
public enum enum_MODULE_INFO_FLAGS {
MIF_SYMBOLS_LOADED = 0x0001
};
Members
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