IsWindowInDestroy

Go to Home Page

Tests whether DestroyWindow has been called for a specified window

Syntax

BOOL WINAPI IsWindowInDestroy (
    HWND hwnd
)

Parameters

hwnd
The window to test

Return Value

Nonzero if the window handle is still valid but being destroyed, zero otherwise

Remarks

The investigation is made by testing the bIsInDestroy bit of the windows' tagWND struct