ReactOS 0.4.15-dev-7942-gd23573b
msi_control_tag Struct Reference
Collaboration diagram for msi_control_tag:

Public Attributes

struct list entry
 
HWND hwnd
 
msi_handler handler
 
msi_update update
 
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 59 of file dialog.c.

Member Data Documentation

◆ attributes

◆ entry

struct list msi_control_tag::entry

Definition at line 61 of file dialog.c.

Referenced by dialog_create_window(), and msi_dialog_line_control().

◆ handler

◆ hBitmap

HBITMAP msi_control_tag::hBitmap

◆ hDll

HMODULE msi_control_tag::hDll

◆ hIcon

HICON msi_control_tag::hIcon

◆ hImageList

HIMAGELIST msi_control_tag::hImageList

Definition at line 69 of file dialog.c.

Referenced by dialog_create_window(), msi_dialog_listview(), and msi_listview_add_item().

◆ hwnd

◆ name

◆ progress_backwards

BOOL msi_control_tag::progress_backwards

Definition at line 75 of file dialog.c.

Referenced by dialog_create_window(), and msi_dialog_line_control().

◆ progress_current

float msi_control_tag::progress_current

Definition at line 73 of file dialog.c.

Referenced by dialog_create_window(), and msi_dialog_line_control().

◆ progress_max

float msi_control_tag::progress_max

Definition at line 74 of file dialog.c.

Referenced by dialog_create_window(), and msi_dialog_line_control().

◆ property

◆ tabnext

LPWSTR msi_control_tag::tabnext

Definition at line 70 of file dialog.c.

Referenced by dialog_create_window(), and msi_dialog_line_control().

◆ type

LPWSTR msi_control_tag::type

◆ update

◆ value


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