ReactOS 0.4.16-dev-942-g91fadeb
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 1664 of file dialog.c.

Member Data Documentation

◆ dialog

msi_dialog* msi_maskedit_info::dialog

Definition at line 1666 of file dialog.c.

◆ group

struct msi_mask_group msi_maskedit_info::group[MASK_MAX_GROUPS]

Definition at line 1672 of file dialog.c.

◆ hwnd

HWND msi_maskedit_info::hwnd

Definition at line 1668 of file dialog.c.

◆ num_chars

UINT msi_maskedit_info::num_chars

Definition at line 1670 of file dialog.c.

◆ num_groups

UINT msi_maskedit_info::num_groups

Definition at line 1671 of file dialog.c.

◆ oldproc

WNDPROC msi_maskedit_info::oldproc

Definition at line 1667 of file dialog.c.

◆ prop

LPWSTR msi_maskedit_info::prop

Definition at line 1669 of file dialog.c.


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