ReactOS 0.4.17-dev-357-ga8f14ff
msi_maskedit_info Struct Reference
Collaboration diagram for msi_maskedit_info:

Public Attributes

msi_dialogdialog
 
WNDPROC oldproc
 
HWND hwnd
 
LPWSTR prop
 
UINT num_chars
 
UINT num_groups
 
struct msi_mask_group group [MASK_MAX_GROUPS]
 

Detailed Description

Definition at line 1668 of file dialog.c.

Member Data Documentation

◆ dialog

msi_dialog* msi_maskedit_info::dialog

Definition at line 1670 of file dialog.c.

◆ group

struct msi_mask_group msi_maskedit_info::group[MASK_MAX_GROUPS]

Definition at line 1676 of file dialog.c.

◆ hwnd

HWND msi_maskedit_info::hwnd

Definition at line 1672 of file dialog.c.

◆ num_chars

UINT msi_maskedit_info::num_chars

Definition at line 1674 of file dialog.c.

◆ num_groups

UINT msi_maskedit_info::num_groups

Definition at line 1675 of file dialog.c.

◆ oldproc

WNDPROC msi_maskedit_info::oldproc

Definition at line 1671 of file dialog.c.

◆ prop

LPWSTR msi_maskedit_info::prop

Definition at line 1673 of file dialog.c.


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