ReactOS 0.4.15-dev-7918-g2a2556c
DLG_CONTROL_INFO Struct Reference
Collaboration diagram for DLG_CONTROL_INFO:

Public Attributes

DWORD style
 
DWORD exStyle
 
DWORD helpId
 
short x
 
short y
 
short cx
 
short cy
 
UINT id
 
LPCWSTR className
 
LPCWSTR windowName
 
BOOL windowNameFree
 
LPCVOID data
 

Detailed Description

Definition at line 60 of file dialog.c.

Member Data Documentation

◆ className

LPCWSTR DLG_CONTROL_INFO::className

Definition at line 70 of file dialog.c.

◆ cx

short DLG_CONTROL_INFO::cx

Definition at line 67 of file dialog.c.

◆ cy

short DLG_CONTROL_INFO::cy

Definition at line 68 of file dialog.c.

◆ data

LPCVOID DLG_CONTROL_INFO::data

Definition at line 73 of file dialog.c.

◆ exStyle

DWORD DLG_CONTROL_INFO::exStyle

Definition at line 63 of file dialog.c.

◆ helpId

DWORD DLG_CONTROL_INFO::helpId

Definition at line 64 of file dialog.c.

◆ id

UINT DLG_CONTROL_INFO::id

Definition at line 69 of file dialog.c.

◆ style

DWORD DLG_CONTROL_INFO::style

Definition at line 62 of file dialog.c.

◆ windowName

LPCWSTR DLG_CONTROL_INFO::windowName

Definition at line 71 of file dialog.c.

◆ windowNameFree

BOOL DLG_CONTROL_INFO::windowNameFree

Definition at line 72 of file dialog.c.

◆ x

short DLG_CONTROL_INFO::x

Definition at line 65 of file dialog.c.

◆ y

short DLG_CONTROL_INFO::y

Definition at line 66 of file dialog.c.


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