Back to Aurora Vision Library website

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

DebugPreviewCloseAllWindows


Header: AVL.h
Namespace: avl
Module: FoundationLite

Closes all active debug preview windows and terminates the preview window subsystem.

Syntax

void avl::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