SymLoadModuleFlags Enumeration
Namespace: DevCase.Win32.EnumsAssembly: 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
<FlagsAttribute>
Public Enumeration SymLoadModuleFlags
Dim instance As SymLoadModuleFlags
[FlagsAttribute]
public enum class SymLoadModuleFlags
[<FlagsAttribute>]
type SymLoadModuleFlags
No code example is currently available or this language may not be supported.
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.
|