// wdbgexts.h
VOID ReloadSymbols(
PSTR Arg
);
View the official Windows Driver Kit DDI referenceNo description available.
The ReloadSymbols function deletes symbol information from the debugger so that it can be reloaded as needed. This function behaves the same way as the debugger command .reload.
ArgOptional -
Specifies the arguments for the debugger command .reload. For example, setting Arg to /u ntdll.dll has the same effect as the command .reload /u ntdll.dll.