ReactOS 0.4.17-dev-117-g313be0c
_CLOSABLE_WND_INFO Struct Reference
Collaboration diagram for _CLOSABLE_WND_INFO:

Public Attributes

HWND hWndExclude
 Window to exclude from search.
 
BOOL Found
 TRUE if a closable window was found; FALSE if not.
 

Detailed Description

Definition at line 2370 of file reactos.c.

Member Data Documentation

◆ Found

BOOL _CLOSABLE_WND_INFO::Found

TRUE if a closable window was found; FALSE if not.

Definition at line 2373 of file reactos.c.

Referenced by FindUserClosableWindowProc().

◆ hWndExclude

HWND _CLOSABLE_WND_INFO::hWndExclude

Window to exclude from search.

Definition at line 2372 of file reactos.c.

Referenced by FindUserClosableWindowProc().


The documentation for this struct was generated from the following file: