|
ReactOS 0.4.16-dev-2357-g35d0dfe
|


Go to the source code of this file.
Classes | |
| struct | EXTRACTCALLBACKINFO |
| class | CLocalPtr< T > |
| struct | CScopedMutex |
Typedefs | |
| typedef BOOL(CALLBACK * | EXTRACTCALLBACK) (const EXTRACTCALLBACKINFO &Info, void *Cookie) |
Definition at line 111 of file misc.h.
Referenced by CreateMainShortcut(), ExtractAndInstallThread(), ExtractArchiveForExecution(), ExtractFilesFromZip(), GetCustomIconPath(), GetLocalizedSMFolderName(), GetProgramFilesPath(), InstallFiles(), and UninstallThread().
Definition at line 127 of file misc.cpp.
Referenced by ExtractArchive(), and CDownloadManager::PerformDownloadAndInstall().
Definition at line 30 of file misc.cpp.
Referenced by CAppInfoDisplay::OnCommand().
Definition at line 564 of file misc.cpp.
Referenced by ExtractAndInstallThread(), ExtractArchiveForExecution(), ExtractFilesFromZip(), and InstallFiles().
Definition at line 551 of file misc.cpp.
Referenced by ExtractAndInstallThread(), ExtractArchiveForExecution(), CDownloadManager::PerformDownloadAndInstall(), and UninstallThread().
Definition at line 63 of file misc.cpp.
Referenced by CMainWindow::ProcessWindowMessage().
| UINT ErrorBox | ( | HWND | hOwner, |
| UINT | Error = GetLastError() |
||
| ) |
Definition at line 18 of file misc.cpp.
Definition at line 27 of file misc.h.
Referenced by CreateMainShortcut(), and ExtractAndInstallThread().
Definition at line 525 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 312 of file misc.cpp.
Referenced by CMainWindow::ProcessWindowMessage(), and wmain().
Definition at line 374 of file misc.cpp.
Referenced by CAvailableApplicationInfo::InsertVersionInfo().
| HRESULT GetKnownPath | ( | REFKNOWNFOLDERID | kfid, |
| CStringW & | Path, | ||
| DWORD | Flags = KF_FLAG_CREATE |
||
| ) |
| ULONG GetNTVersion | ( | ) |
Definition at line 397 of file misc.cpp.
Definition at line 607 of file misc.cpp.
Referenced by ExtractAndInstallThread().
Definition at line 502 of file misc.cpp.
Referenced by CRegTreeOptions::AddItemsFromRegistry(), GetLocalizedSMFolderName(), CRegTreeOptions::GetSetState(), and UninstallThread().
| BOOL GetSilentInstallParameters | ( | InstallerType | InstallerType, |
| UINT | ExtraInfo, | ||
| LPCWSTR | Installer, | ||
| CStringW & | Parameters | ||
| ) |
Definition at line 712 of file misc.cpp.
Referenced by CDownloadManager::PerformDownloadAndInstall().
Definition at line 583 of file misc.cpp.
Referenced by CreateMainShortcut(), and GetProgramFilesPath().
Definition at line 239 of file misc.cpp.
Referenced by CAppDB::GetDefaultPath(), CDownloadManager::PerformDownloadAndInstall(), and CAppInfoDisplay::ProcessWindowMessage().
| INT GetSystemColorDepth | ( | ) |
Definition at line 407 of file misc.cpp.
Referenced by ApplicationPageWndProc(), CMainToolbar::InitImageList(), and CAppsListView::SetDisplayAppType().
| InstallerType GuessInstallerType | ( | LPCWSTR | Installer, |
| UINT & | ExtraInfo | ||
| ) |
Definition at line 635 of file misc.cpp.
Referenced by CDownloadManager::PerformDownloadAndInstall().
| VOID InitLogs | ( | ) |
Definition at line 274 of file misc.cpp.
Referenced by wmain(), and wWinMain().
Definition at line 474 of file misc.cpp.
Referenced by CEnumInstalledRootKey::CEnumInstalledRootKey().
| BOOL IsSystem64Bit | ( | ) |
Definition at line 384 of file misc.cpp.
Referenced by ExtractAndInstallThread().
|
inlinestatic |
Definition at line 72 of file misc.h.
Referenced by ExtractFilesFromZip(), and FNFDINOTIFY().
Definition at line 164 of file misc.cpp.
Referenced by CDownloadManager::PerformDownloadAndInstall().
Definition at line 484 of file misc.cpp.
Referenced by UninstallThread().
Definition at line 542 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 82 of file misc.cpp.
Referenced by CAppInfoDisplay::OnLink(), and CApplicationView::ProcessWindowMessage().
Definition at line 571 of file misc.cpp.
Referenced by CreateMainShortcut(), ExtractFilesFromCab(), ExtractFilesFromZip(), InstallFiles(), and UninstallThread().
Definition at line 178 of file misc.cpp.
Referenced by CInstalledApplicationInfo::UninstallApplication().
| void UnixTimeToFileTime | ( | DWORD | dwUnixTime, |
| LPFILETIME | pFileTime | ||
| ) |
Definition at line 447 of file misc.cpp.
Referenced by CInstalledApplicationInfo::RetrieveInstallDate().
Definition at line 321 of file misc.cpp.
Referenced by CDownloadManager::PerformDownloadAndInstall(), and CInstalledApplicationInfo::UninstallApplication().