Back to FabImage Library website

You are here: Start » Function Reference » Debug Preview » DebugPreviewCloseAllWindows

DebugPreviewCloseAllWindows


Header: FIL.h
Namespace: fil
Module: FoundationLite

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