ReactOS 0.4.16-dev-1-gcf26321
|
Public Attributes | |
HWND | hWnd |
WCHAR | szTitle [260] |
HICON | hIcon |
BOOL | bHung |
Definition at line 12 of file applpage.c.
BOOL APPLICATION_PAGE_LIST_ITEM::bHung |
Definition at line 17 of file applpage.c.
Referenced by AddOrUpdateHwnd(), and ApplicationPageOnNotify().
HICON APPLICATION_PAGE_LIST_ITEM::hIcon |
Definition at line 16 of file applpage.c.
Referenced by AddOrUpdateHwnd().
HWND APPLICATION_PAGE_LIST_ITEM::hWnd |
Definition at line 14 of file applpage.c.
Referenced by AddOrUpdateHwnd(), ApplicationPage_OnEndTask(), ApplicationPage_OnGotoProcess(), ApplicationPage_OnSwitchTo(), ApplicationPage_OnWindowsBringToFront(), ApplicationPage_OnWindowsCascade(), ApplicationPage_OnWindowsMaximize(), ApplicationPage_OnWindowsMinimize(), ApplicationPage_OnWindowsTile(), and ApplicationPageRefreshThread().
WCHAR APPLICATION_PAGE_LIST_ITEM::szTitle[260] |
Definition at line 15 of file applpage.c.
Referenced by AddOrUpdateHwnd(), ApplicationPageCompareFunc(), ApplicationPageOnNotify(), and ApplicationPageRefreshThread().