ReactOS 0.4.15-dev-6068-g8061a6f
|
Go to the source code of this file.
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 &Directory) |
VOID | InitLogs () |
VOID | FreeLogs () |
BOOL | WriteLogMessage (WORD wType, DWORD dwEventID, LPCWSTR lpMsg) |
BOOL | GetInstalledVersion_WowUser (CStringW *szVersionResult, const CStringW &szRegName, BOOL IsUserKey, REGSAM keyWow) |
BOOL | GetInstalledVersion (CStringW *pszVersion, const CStringW &szRegName) |
BOOL | IsSystem64Bit () |
INT | GetSystemColorDepth () |
void | UnixTimeToFileTime (DWORD dwUnixTime, LPFILETIME pFileTime) |
BOOL | SearchPatternMatch (LPCWSTR szHaystack, LPCWSTR szNeedle) |
Variables | |
static HANDLE | hLog = NULL |
static BOOL | bIsSys64ResultCached = FALSE |
static BOOL | bIsSys64Result = FALSE |
Definition at line 19 of file misc.cpp.
Referenced by CAppInfoDisplay::OnCommand().
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().
BOOL GetInstalledVersion_WowUser | ( | CStringW * | szVersionResult, |
const CStringW & | szRegName, | ||
BOOL | IsUserKey, | ||
REGSAM | keyWow | ||
) |
Definition at line 243 of file misc.cpp.
Referenced by GetInstalledVersion().
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().
Definition at line 16 of file misc.cpp.
Referenced by IsSystem64Bit().
Definition at line 15 of file misc.cpp.
Referenced by IsSystem64Bit().
Definition at line 13 of file misc.cpp.
Referenced by FreeLogs(), InitLogs(), ScmLogEvent(), SetupInitializeFileLogA(), SetupInitializeFileLogW(), wmain(), and WriteLogMessage().