SymLoadModuleFlags Enumeration

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum SymLoadModuleFlags

Remarks

Members

ModuleAndSymbols 0 Loads the module and the symbols for the module.
Virtual 1 Creates a virtual module named ModuleName at the address specified in baseOfDll parameter.

To add symbols to this module, call the SymAddSymbol function.

OnlyModule 4 Loads the module but not the symbols for the module.

See Also