ReactOS 0.4.15-dev-8076-g06e89b2
window_attributes Struct Reference

Public Attributes

char class_name [128]
 
BOOL is_visible
 
BOOL is_enabled
 
BOOL is_groupbox
 
BOOL is_httransparent
 
BOOL is_extransparent
 

Detailed Description

Definition at line 8175 of file win.c.

Member Data Documentation

◆ class_name

char window_attributes::class_name[128]

Definition at line 8177 of file win.c.

Referenced by get_window_attributes(), and test_child_window_from_point().

◆ is_enabled

BOOL window_attributes::is_enabled

Definition at line 8178 of file win.c.

Referenced by get_window_attributes(), and test_child_window_from_point().

◆ is_extransparent

BOOL window_attributes::is_extransparent

Definition at line 8178 of file win.c.

Referenced by get_window_attributes(), and test_child_window_from_point().

◆ is_groupbox

BOOL window_attributes::is_groupbox

Definition at line 8178 of file win.c.

Referenced by get_window_attributes(), and test_child_window_from_point().

◆ is_httransparent

BOOL window_attributes::is_httransparent

Definition at line 8178 of file win.c.

Referenced by get_window_attributes(), and test_child_window_from_point().

◆ is_visible

BOOL window_attributes::is_visible

Definition at line 8178 of file win.c.

Referenced by get_window_attributes(), and test_child_window_from_point().


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