ReactOS 0.4.15-dev-7788-g1ad9096
DLGITEMTEMPLATE Struct Reference

#include <winuser.h>

Collaboration diagram for DLGITEMTEMPLATE:

Public Attributes

DWORD style
 
DWORD dwExtendedStyle
 
short x
 
short y
 
short cx
 
short cy
 
WORD id
 

Detailed Description

Definition at line 3048 of file winuser.h.

Member Data Documentation

◆ cx

short DLGITEMTEMPLATE::cx

Definition at line 3053 of file winuser.h.

Referenced by CreateMemoryDialog(), SoftModalMessageBox(), and test_arrange().

◆ cy

short DLGITEMTEMPLATE::cy

Definition at line 3054 of file winuser.h.

Referenced by CreateMemoryDialog(), SoftModalMessageBox(), and test_arrange().

◆ dwExtendedStyle

DWORD DLGITEMTEMPLATE::dwExtendedStyle

Definition at line 3050 of file winuser.h.

Referenced by SoftModalMessageBox().

◆ id

WORD DLGITEMTEMPLATE::id

Definition at line 3055 of file winuser.h.

Referenced by CreateMemoryDialog(), and SoftModalMessageBox().

◆ style

DWORD DLGITEMTEMPLATE::style

Definition at line 3049 of file winuser.h.

Referenced by CreateMemoryDialog(), and SoftModalMessageBox().

◆ x

short DLGITEMTEMPLATE::x

Definition at line 3051 of file winuser.h.

Referenced by CreateMemoryDialog(), SoftModalMessageBox(), and test_arrange().

◆ y

short DLGITEMTEMPLATE::y

Definition at line 3052 of file winuser.h.

Referenced by CreateMemoryDialog(), SoftModalMessageBox(), and test_arrange().


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