ReactOS 0.4.16-dev-178-g8ba6102
control Struct Reference
Collaboration diagram for control:

Public Attributes

struct list entry
 
HWND hwnd
 
UINT(* handler )(msi_dialog *, struct control *, WPARAM)
 
void(* update )(msi_dialog *, struct control *)
 
LPWSTR property
 
LPWSTR value
 
HBITMAP hBitmap
 
HICON hIcon
 
HIMAGELIST hImageList
 
LPWSTR tabnext
 
LPWSTR type
 
HMODULE hDll
 
float progress_current
 
float progress_max
 
BOOL progress_backwards
 
DWORD attributes
 
WCHAR name [1]
 

Detailed Description

Definition at line 51 of file dialog.c.

Member Data Documentation

◆ attributes

◆ entry

struct list control::entry

Definition at line 53 of file dialog.c.

Referenced by dialog_create_window(), and dialog_set_tab_order().

◆ handler

◆ hBitmap

HBITMAP control::hBitmap

Definition at line 59 of file dialog.c.

Referenced by dialog_bitmap_control(), dialog_button_control(), and dialog_create_window().

◆ hDll

HMODULE control::hDll

Definition at line 64 of file dialog.c.

Referenced by dialog_create_window(), and dialog_scrolltext_control().

◆ hIcon

HICON control::hIcon

Definition at line 60 of file dialog.c.

Referenced by dialog_button_control(), dialog_create_window(), and dialog_icon_control().

◆ hImageList

HIMAGELIST control::hImageList

Definition at line 61 of file dialog.c.

Referenced by dialog_create_window(), and dialog_listview().

◆ hwnd

◆ name

◆ progress_backwards

BOOL control::progress_backwards

Definition at line 67 of file dialog.c.

Referenced by dialog_create_window().

◆ progress_current

float control::progress_current

Definition at line 65 of file dialog.c.

Referenced by dialog_create_window().

◆ progress_max

float control::progress_max

Definition at line 66 of file dialog.c.

Referenced by dialog_create_window(), and dialog_handle_event().

◆ property

◆ tabnext

LPWSTR control::tabnext

Definition at line 62 of file dialog.c.

Referenced by dialog_create_window(), and dialog_set_tab_order().

◆ type

LPWSTR control::type

Definition at line 63 of file dialog.c.

Referenced by dialog_create_window(), and dialog_find_control_by_type().

◆ update

◆ value

LPWSTR control::value

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