IDebugSymbols3::ReloadWide method (dbgeng.h)
The ReloadWide method deletes the engine's symbol information for the specified module and reload these symbols as needed.
Syntax
HRESULT ReloadWide(
[in] PCWSTR Module
);
Parameters
[in] Module
Specifies the module to reload.
Return value
Return code | Description |
---|---|
|
The method was successful |
This method may also return error values. See Return Values for more details.
Remarks
This method behaves the same way as the debugger command .reload. The Module parameter is treated the same way as the arguments to .reload. For example, setting the Module parameter to "/u ntdll.dll" has the same effect as the command .reload /u ntdll.dll.
For more information about symbols, see Symbols.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |