ReactOS 0.4.15-dev-7934-g1dc8d80
_DIALOG_LIST_ENTRY Struct Reference
Collaboration diagram for _DIALOG_LIST_ENTRY:

Public Attributes

LIST_ENTRY Entry
 
HWND hWnd
 
DLGPROC DlgProc
 
LPARAM lParam
 

Detailed Description

Definition at line 15 of file wlx.c.

Member Data Documentation

◆ DlgProc

DLGPROC _DIALOG_LIST_ENTRY::DlgProc

Definition at line 19 of file wlx.c.

Referenced by DefaultWlxWindowProc(), WlxDialogBoxIndirectParam(), and WlxDialogBoxParam().

◆ Entry

LIST_ENTRY _DIALOG_LIST_ENTRY::Entry

Definition at line 17 of file wlx.c.

Referenced by AddDialogListEntry(), and RemoveDialogListEntry().

◆ hWnd

HWND _DIALOG_LIST_ENTRY::hWnd

Definition at line 18 of file wlx.c.

Referenced by CloseAllDialogWindows(), DefaultWlxWindowProc(), and GetDialogListEntry().

◆ lParam

LPARAM _DIALOG_LIST_ENTRY::lParam

Definition at line 20 of file wlx.c.

Referenced by DefaultWlxWindowProc(), WlxDialogBoxIndirectParam(), and WlxDialogBoxParam().


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