ReactOS 0.4.15-dev-6662-g1b3eed5
|
#include <atlstr.h>
Go to the source code of this file.
Classes | |
class | CLocalPtr< T > |
Functions | |
VOID | CopyTextToClipboard (LPCWSTR lpszText) |
VOID | ShowPopupMenuEx (HWND hwnd, HWND hwndOwner, UINT MenuID, UINT DefaultItem) |
BOOL | StartProcess (const CStringW &Path, BOOL Wait) |
BOOL | GetStorageDirectory (CStringW &lpDirectory) |
VOID | InitLogs () |
VOID | FreeLogs () |
BOOL | WriteLogMessage (WORD wType, DWORD dwEventID, LPCWSTR lpMsg) |
BOOL | GetInstalledVersion (CStringW *pszVersion, const CStringW &szRegName) |
BOOL | ExtractFilesFromCab (const CStringW &szCabName, const CStringW &szCabDir, const CStringW &szOutputDir) |
BOOL | IsSystem64Bit () |
INT | GetSystemColorDepth () |
void | UnixTimeToFileTime (DWORD dwUnixTime, LPFILETIME pFileTime) |
BOOL | SearchPatternMatch (LPCWSTR szHaystack, LPCWSTR szNeedle) |
Definition at line 19 of file misc.cpp.
Referenced by CAppInfoDisplay::OnCommand().
BOOL ExtractFilesFromCab | ( | const CStringW & | szCabName, |
const CStringW & | szCabDir, | ||
const CStringW & | szOutputDir | ||
) |
Definition at line 236 of file cabinet.cpp.
Referenced by CAppDB::UpdateAvailable().
VOID FreeLogs | ( | ) |
Definition at line 218 of file misc.cpp.
Referenced by CMainWindow::ProcessWindowMessage(), and wmain().
Definition at line 280 of file misc.cpp.
Referenced by CAvailableApplicationInfo::InsertVersionInfo().
Definition at line 145 of file misc.cpp.
Referenced by ParseCmdAndExecute(), CAppInfoDisplay::ProcessWindowMessage(), and CDownloadManager::ThreadFunc().
INT GetSystemColorDepth | ( | ) |
Definition at line 321 of file misc.cpp.
Referenced by ApplicationPageWndProc(), CAppsListView::Create(), and CMainToolbar::InitImageList().
VOID InitLogs | ( | ) |
Definition at line 180 of file misc.cpp.
Referenced by wmain(), and wWinMain().
BOOL IsSystem64Bit | ( | ) |
Definition at line 290 of file misc.cpp.
Referenced by CAppDB::UpdateInstalled().
Definition at line 372 of file misc.cpp.
Referenced by CMainWindow::AddApplicationsToView(), and HandleFindCommand().
Definition at line 46 of file misc.cpp.
Referenced by CAppInfoDisplay::OnLink(), and CApplicationView::ProcessWindowMessage().
Definition at line 86 of file misc.cpp.
Referenced by CInstalledApplicationInfo::UninstallApplication().
void UnixTimeToFileTime | ( | DWORD | dwUnixTime, |
LPFILETIME | pFileTime | ||
) |
Definition at line 361 of file misc.cpp.
Referenced by CInstalledApplicationInfo::RetrieveInstallDate().
Definition at line 227 of file misc.cpp.
Referenced by CDownloadManager::ThreadFunc(), and CInstalledApplicationInfo::UninstallApplication().