ReactOS 0.4.16-dev-306-g647d351
|
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 1041 of file appview.cpp.
|
inline |
Definition at line 1049 of file appview.cpp.
|
static |
Definition at line 1081 of file appview.cpp.
Referenced by CAppsListView::AddApplication().
|
static |
Definition at line 1103 of file appview.cpp.
Referenced by CAppsListView::AddApplication().
CAppInfo* CAsyncLoadIcon::AppInfo |
Definition at line 1044 of file appview.cpp.
Referenced by CAppsListView::OnAsyncIcon(), and Queue().
HWND CAsyncLoadIcon::hAppsList |
Definition at line 1043 of file appview.cpp.
Referenced by Queue().
WCHAR CAsyncLoadIcon::Location[ANYSIZE_ARRAY] |
Definition at line 1047 of file appview.cpp.
Referenced by Queue().
bool CAsyncLoadIcon::Parse |
Definition at line 1046 of file appview.cpp.
Referenced by Queue().
CAsyncLoadIcon* CAsyncLoadIcon::pNext |
Definition at line 1042 of file appview.cpp.
Referenced by Queue().
UINT CAsyncLoadIcon::TaskId |
Definition at line 1045 of file appview.cpp.
Referenced by CAppsListView::OnAsyncIcon(), and Queue().