ReactOS 0.4.16-dev-297-gc569aee
|
#include <atlstr.h>
Go to the source code of this file.
Classes | |
struct | EXTRACTCALLBACKINFO |
class | CLocalPtr< T > |
Typedefs | |
typedef BOOL(CALLBACK * | EXTRACTCALLBACK) (const EXTRACTCALLBACKINFO &Info, void *Cookie) |
Definition at line 93 of file misc.h.
Referenced by CreateShortcut(), ExtractAndInstallThread(), ExtractFilesFromZip(), GetCustomIconPath(), GetLocalizedSMFolderName(), GetProgramFilesPath(), InstallFiles(), and UninstallThread().
Definition at line 16 of file misc.cpp.
Referenced by CAppInfoDisplay::OnCommand().
Definition at line 459 of file misc.cpp.
Referenced by ExtractAndInstallThread(), ExtractFilesFromZip(), and InstallFiles().
Definition at line 446 of file misc.cpp.
Referenced by ExtractAndInstallThread(), and UninstallThread().
Definition at line 49 of file misc.cpp.
Referenced by CMainWindow::ProcessWindowMessage().
Definition at line 20 of file misc.h.
Referenced by CreateShortcut(), and ExtractAndInstallThread().
Definition at line 420 of file misc.cpp.
Referenced by ExtractAndInstallThread().
BOOL ExtractFilesFromCab | ( | const CStringW & | szCabName, |
const CStringW & | szCabDir, | ||
const CStringW & | szOutputDir, | ||
EXTRACTCALLBACK | Callback = NULL , |
||
void * | Cookie = NULL |
||
) |
Definition at line 250 of file cabinet.cpp.
Referenced by ExtractCab(), ExtractFilesFromCab(), and CAppDB::UpdateAvailable().
BOOL ExtractFilesFromCab | ( | LPCWSTR | FullCabPath, |
const CStringW & | szOutputDir, | ||
EXTRACTCALLBACK | Callback = NULL , |
||
void * | Cookie = NULL |
||
) |
Definition at line 321 of file cabinet.cpp.
VOID FreeLogs | ( | ) |
Definition at line 243 of file misc.cpp.
Referenced by CMainWindow::ProcessWindowMessage(), and wmain().
Definition at line 305 of file misc.cpp.
Referenced by CAvailableApplicationInfo::InsertVersionInfo().
HRESULT GetKnownPath | ( | REFKNOWNFOLDERID | kfid, |
CStringW & | Path, | ||
DWORD | Flags = KF_FLAG_CREATE |
||
) |
Definition at line 502 of file misc.cpp.
Referenced by ExtractAndInstallThread().
Definition at line 397 of file misc.cpp.
Referenced by GetLocalizedSMFolderName(), and UninstallThread().
Definition at line 478 of file misc.cpp.
Referenced by CreateShortcut(), and GetProgramFilesPath().
Definition at line 170 of file misc.cpp.
Referenced by ParseCmdAndExecute(), CAppInfoDisplay::ProcessWindowMessage(), and CDownloadManager::ThreadFunc().
INT GetSystemColorDepth | ( | ) |
Definition at line 328 of file misc.cpp.
Referenced by ApplicationPageWndProc(), CMainToolbar::InitImageList(), and CAppsListView::SetDisplayAppType().
VOID InitLogs | ( | ) |
Definition at line 205 of file misc.cpp.
Referenced by wmain(), and wWinMain().
BOOL IsSystem64Bit | ( | ) |
Definition at line 315 of file misc.cpp.
Referenced by CAppDB::EnumInstalledRootKey(), and ExtractAndInstallThread().
|
inlinestatic |
Definition at line 58 of file misc.h.
Referenced by ExtractFilesFromZip(), and FNFDINOTIFY().
Definition at line 379 of file misc.cpp.
Referenced by UninstallThread().
Definition at line 437 of file misc.cpp.
Referenced by CMainWindow::AddApplicationsToView(), HandleFindCommand(), and SearchForAppWithDisplayName().
VOID ShowPopupMenuEx | ( | HWND | hwnd, |
HWND | hwndOwner, | ||
UINT | MenuID, | ||
UINT | DefaultItem, | ||
POINT * | Point = NULL |
||
) |
Definition at line 68 of file misc.cpp.
Referenced by CAppInfoDisplay::OnLink(), and CApplicationView::ProcessWindowMessage().
Definition at line 466 of file misc.cpp.
Referenced by CreateShortcut(), ExtractAndInstallThread(), ExtractFilesFromCab(), ExtractFilesFromZip(), InstallFiles(), and UninstallThread().
Definition at line 111 of file misc.cpp.
Referenced by CInstalledApplicationInfo::UninstallApplication().
void UnixTimeToFileTime | ( | DWORD | dwUnixTime, |
LPFILETIME | pFileTime | ||
) |
Definition at line 368 of file misc.cpp.
Referenced by CInstalledApplicationInfo::RetrieveInstallDate().
Definition at line 252 of file misc.cpp.
Referenced by CDownloadManager::ThreadFunc(), and CInstalledApplicationInfo::UninstallApplication().