mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
42 lines
No EOL
1.2 KiB
Markdown
42 lines
No EOL
1.2 KiB
Markdown
# GuiUpdateCallStack
|
|
|
|
Refreshes the contents of the call stack widget.
|
|
|
|
```c++
|
|
void GuiUpdateCallStack();
|
|
```
|
|
|
|
## Parameters
|
|
|
|
This function has no parameters.
|
|
|
|
## Return Value
|
|
|
|
This function does not return a value.
|
|
|
|
## Example
|
|
|
|
```c++
|
|
GuiUpdateCallStack();
|
|
```
|
|
|
|
## Related functions
|
|
|
|
- [GuiUpdateAllViews](./GuiUpdateAllViews.md)
|
|
- [GuiUpdateArgumentWidget](./GuiUpdateArgumentWidget.md)
|
|
- [GuiUpdateBreakpointsView](./GuiUpdateBreakpointsView.md)
|
|
- [GuiUpdateCallStack](./GuiUpdateCallStack.md)
|
|
- [GuiUpdateDisable](./GuiUpdateDisable.md)
|
|
- [GuiUpdateDisassemblyView](./GuiUpdateDisassemblyView.md)
|
|
- [GuiUpdateDumpView](./GuiUpdateDumpView.md)
|
|
- [GuiUpdateEnable](./GuiUpdateEnable.md)
|
|
- [GuiUpdateGraphView](./GuiUpdateGraphView.md)
|
|
- [GuiUpdateMemoryView](./GuiUpdateMemoryView.md)
|
|
- [GuiUpdatePatches](./GuiUpdatePatches.md)
|
|
- [GuiUpdateRegisterView](./GuiUpdateRegisterView.md)
|
|
- [GuiUpdateSEHChain](./GuiUpdateSEHChain.md)
|
|
- [GuiUpdateSideBar](./GuiUpdateSideBar.md)
|
|
- [GuiUpdateThreadView](./GuiUpdateThreadView.md)
|
|
- [GuiUpdateTimeWastedCounter](./GuiUpdateTimeWastedCounter.md)
|
|
- [GuiUpdateWatchView](./GuiUpdateWatchView.md)
|
|
- [GuiUpdateWindowTitle](./GuiUpdateWindowTitle.md) |