ReactOS
0.4.12-dev-714-gfaac916
|
Go to the source code of this file.
Classes | |
class | CConfigParser |
Functions | |
INT | GetWindowWidth (HWND hwnd) |
INT | GetWindowHeight (HWND hwnd) |
INT | GetClientWindowWidth (HWND hwnd) |
INT | GetClientWindowHeight (HWND hwnd) |
VOID | CopyTextToClipboard (LPCWSTR lpszText) |
VOID | SetWelcomeText () |
VOID | ShowPopupMenu (HWND hwnd, UINT MenuID, UINT DefaultItem) |
BOOL | StartProcess (ATL::CStringW &Path, BOOL Wait) |
BOOL | StartProcess (LPWSTR lpPath, BOOL Wait) |
BOOL | GetStorageDirectory (ATL::CStringW &lpDirectory) |
VOID | InitLogs () |
VOID | FreeLogs () |
BOOL | WriteLogMessage (WORD wType, DWORD dwEventID, LPCWSTR lpMsg) |
BOOL | GetInstalledVersion (ATL::CStringW *pszVersion, const ATL::CStringW &szRegName) |
BOOL | ExtractFilesFromCab (const ATL::CStringW &szCabName, const ATL::CStringW &szCabDir, const ATL::CStringW &szOutputDir) |
Definition at line 49 of file misc.cpp.
Referenced by CMainWindow::OnCommand().
BOOL ExtractFilesFromCab | ( | const ATL::CStringW & | szCabName, |
const ATL::CStringW & | szCabDir, | ||
const ATL::CStringW & | szOutputDir | ||
) |
Definition at line 257 of file cabinet.cpp.
Referenced by CAvailableApps::UpdateAppsDB().
VOID FreeLogs | ( | ) |
Definition at line 247 of file misc.cpp.
Referenced by CMainWindow::ProcessWindowMessage(), and wmain().
Definition at line 41 of file misc.cpp.
Referenced by HSplitterWindowProc(), and VSplitterWindowProc().
Definition at line 33 of file misc.cpp.
Referenced by HSplitterWindowProc(), and VSplitterWindowProc().
BOOL GetInstalledVersion | ( | ATL::CStringW * | pszVersion, |
const ATL::CStringW & | szRegName | ||
) |
Definition at line 316 of file misc.cpp.
Referenced by CAvailableApplicationInfo::RetrieveInstalledStatus(), and CAvailableApplicationInfo::RetrieveInstalledVersion().
BOOL GetStorageDirectory | ( | ATL::CStringW & | lpDirectory | ) |
Definition at line 187 of file misc.cpp.
Referenced by AvailableStrings::AvailableStrings(), CConfigParser::GetINIFullPath(), and CDownloadManager::ThreadFunc().
Definition at line 25 of file misc.cpp.
Referenced by HSplitterWindowProc(), and VSplitterWindowProc().
Definition at line 17 of file misc.cpp.
Referenced by HSplitterWindowProc().
VOID InitLogs | ( | ) |
Definition at line 201 of file misc.cpp.
Referenced by wmain(), and wWinMain().
VOID SetWelcomeText | ( | ) |
Definition at line 75 of file misc.cpp.
Referenced by CMainWindow::UpdateApplicationsList().
Definition at line 89 of file misc.cpp.
Referenced by CMainWindow::OnLink(), and CMainWindow::ProcessWindowMessage().
BOOL StartProcess | ( | ATL::CStringW & | Path, |
BOOL | Wait | ||
) |
Definition at line 133 of file misc.cpp.
Definition at line 256 of file misc.cpp.
Referenced by UninstallApplication().