ReactOS 0.4.15-dev-7842-g558ab78
customctrl Struct Reference
Collaboration diagram for customctrl:

Public Attributes

HWND hwnd
 
HWND wrapper_hwnd
 
UINT id
 
UINT dlgid
 
enum ITEMDLG_CCTRL_TYPE type
 
CDCONTROLSTATEF cdcstate
 
struct list entry
 
struct list sub_cctrls
 
struct list sub_cctrls_entry
 
struct list sub_items
 

Detailed Description

Definition at line 83 of file itemdlg.c.

Member Data Documentation

◆ cdcstate

CDCONTROLSTATEF customctrl::cdcstate

Definition at line 87 of file itemdlg.c.

◆ dlgid

UINT customctrl::dlgid

Definition at line 85 of file itemdlg.c.

Referenced by get_cctrl_from_dlgid().

◆ entry

struct list customctrl::entry

Definition at line 88 of file itemdlg.c.

Referenced by ctrl_container_on_wm_destroy().

◆ hwnd

HWND customctrl::hwnd

Definition at line 84 of file itemdlg.c.

◆ id

UINT customctrl::id

Definition at line 85 of file itemdlg.c.

Referenced by get_cctrl().

◆ sub_cctrls

struct list customctrl::sub_cctrls

Definition at line 90 of file itemdlg.c.

◆ sub_cctrls_entry

struct list customctrl::sub_cctrls_entry

Definition at line 91 of file itemdlg.c.

Referenced by ctrl_free().

◆ sub_items

struct list customctrl::sub_items

Definition at line 92 of file itemdlg.c.

◆ type

enum ITEMDLG_CCTRL_TYPE customctrl::type

Definition at line 86 of file itemdlg.c.

Referenced by IFileDialogCustomize_fnStartVisualGroup().

◆ wrapper_hwnd

HWND customctrl::wrapper_hwnd

Definition at line 84 of file itemdlg.c.

Referenced by customctrl_resize().


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