ReactOS 0.4.15-dev-7788-g1ad9096
DLGTEMPLATE Struct Reference

#include <winuser.h>

Collaboration diagram for DLGTEMPLATE:

Public Attributes

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

Detailed Description

Definition at line 3058 of file winuser.h.

Member Data Documentation

◆ cdit

WORD DLGTEMPLATE::cdit

◆ cx

short DLGTEMPLATE::cx

◆ cy

short DLGTEMPLATE::cy

◆ dwExtendedStyle

DWORD DLGTEMPLATE::dwExtendedStyle

◆ style

◆ x

short DLGTEMPLATE::x

Definition at line 3062 of file winuser.h.

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

◆ y

short DLGTEMPLATE::y

Definition at line 3063 of file winuser.h.

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


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