|
ReactOS 0.4.16-dev-1946-g52006dd
|
Public Member Functions | |
| void | Free () |
Static Public Member Functions | |
| static CAsyncLoadIcon * | Queue (HWND hAppsList, CAppInfo &AppInfo, bool Parse) |
| static void | StartTasks () |
Public Attributes | |
| CAsyncLoadIcon * | pNext |
| HWND | hAppsList |
| CAppInfo * | AppInfo |
| UINT | TaskId |
| bool | Parse |
| WCHAR | Location [ANYSIZE_ARRAY] |
Definition at line 1045 of file appview.cpp.
|
inline |
Definition at line 1053 of file appview.cpp.
|
static |
Definition at line 1087 of file appview.cpp.
Referenced by CAppsListView::AddApplication().
|
static |
Definition at line 1109 of file appview.cpp.
Referenced by CAppsListView::AddApplication().
| CAppInfo* CAsyncLoadIcon::AppInfo |
Definition at line 1048 of file appview.cpp.
Referenced by CAppsListView::OnAsyncIcon(), and Queue().
| HWND CAsyncLoadIcon::hAppsList |
Definition at line 1047 of file appview.cpp.
Referenced by Queue().
| WCHAR CAsyncLoadIcon::Location[ANYSIZE_ARRAY] |
Definition at line 1051 of file appview.cpp.
Referenced by Queue().
| bool CAsyncLoadIcon::Parse |
Definition at line 1050 of file appview.cpp.
Referenced by Queue().
| CAsyncLoadIcon* CAsyncLoadIcon::pNext |
Definition at line 1046 of file appview.cpp.
Referenced by Queue().
| UINT CAsyncLoadIcon::TaskId |
Definition at line 1049 of file appview.cpp.
Referenced by CAppsListView::OnAsyncIcon(), and Queue().