ReactOS 0.4.17-dev-540-g8f54750
_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 2572 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 2575 of file reactos.c.

Referenced by FindUserClosableWindowProc().

◆ hWndExclude

HWND _CLOSABLE_WND_INFO::hWndExclude

Window to exclude from search.

Definition at line 2574 of file reactos.c.

Referenced by FindUserClosableWindowProc().


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