Back to FabImage Library website
You are here: Start » Function Reference » Debug Preview » DebugPreviewWaitForWindowsClose
Header: | FIL.h |
---|---|
Namespace: | fil |
Waits until the user closes all active debug windows.
Syntax
void fil::DebugPreviewWaitForWindowsClose
(
)
Description
This function will block until the user closes all active preview windows, or until the debug preview subsystem is terminated by an other thread. During the waiting period all preview windows remain responsive.
This function will not invalidate any window state objects.
See Also
- DebugPreviewCloseAllWindows – Closes all active debug preview windows and terminates the preview window subsystem.