ReactOS 0.4.16-dev-1946-g52006dd
_TIMERDLG_INFO Struct Reference
Collaboration diagram for _TIMERDLG_INFO:

Public Attributes

ULONG ulTimeout
 Dialog timeout.
 
WORD wDefBtnOnTimeout
 Index in button map for the default action on timeout.
 
WORD wDefBtnOnCancel
 Index in button map for the default action on dialog cancel.
 
TIMERDLG_BUTTON ButtonMap [2]
 Button/result map for the 1st and 2nd buttons.
 

Detailed Description

Definition at line 290 of file misc.c.

Member Data Documentation

◆ ButtonMap

TIMERDLG_BUTTON _TIMERDLG_INFO::ButtonMap[2]

Button/result map for the 1st and 2nd buttons.

Definition at line 295 of file misc.c.

◆ ulTimeout

ULONG _TIMERDLG_INFO::ulTimeout

Dialog timeout.

Definition at line 292 of file misc.c.

Referenced by ErrorDlgProc().

◆ wDefBtnOnCancel

WORD _TIMERDLG_INFO::wDefBtnOnCancel

Index in button map for the default action on dialog cancel.

Definition at line 294 of file misc.c.

◆ wDefBtnOnTimeout

WORD _TIMERDLG_INFO::wDefBtnOnTimeout

Index in button map for the default action on timeout.

Definition at line 293 of file misc.c.


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