Back to Aurora Vision Library website

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

CloseAll


Header: AVL.h
Namespace: avl::DebugPreview
Module: FoundationLite

Closes all floating preview windows and cleanups the preview subsystem.

Syntax

void avl::DebugPreview::CloseAll()

Description

This function will close all preview windows, terminate background message pump thread and free debug preview subsystem resources.

After call to this function all view handles will become invalid.

See Also

  • CloseView – Closes a floating preview window.