IDebugSymbols3::Reload method (dbgeng.h)

The Reload method deletes the engine's symbol information for the specified module and reload these symbols as needed.

Syntax

HRESULT Reload(
  [in] PCSTR Module
);

Parameters

[in] Module

Specifies the module to reload.

Return value

Return code Description
S_OK
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)

See also

.reload (Reload Module)

IDebugSymbols

IDebugSymbols2

IDebugSymbols3