Back to FabImage Library website
You are here: Start » Function Reference » Debug Preview » DebugPreviewCloseAllWindows
Header: | FIL.h |
---|---|
Namespace: | fil |
Closes all active debug preview windows and terminates the preview window subsystem.
Syntax
void fil::DebugPreviewCloseAllWindows
(
)
Description
This function will close all active preview windows, terminate background message pump thread and free debug preview subsystem resources.
After call to this function all preview window state objects become invalid.
See Also
- DebugPreviewWaitForWindowsClose – Waits until the user closes all active debug windows.