WM_OTHERWINDOWDESTROYED

The WM_OTHERWINDOWDESTROYED message is sent to all overlapped and popup windows in the system when a top-level, unowned window is destroyed.

Parameters

wParam

Specifies the handle of the top-level window being destroyed.

lParam

This parameter is not used.

Return Value

An application should return zero if it processes this message.

See Also

WM_OTHERWINDOWCREATED