|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <windef.h>#include <winbase.h>#include <winuser.h>#include <tchar.h>#include <windowsx.h>#include <commctrl.h>#include <objbase.h>#include <assert.h>#include <stdio.h>

Go to the source code of this file.
Functions | |
| void | _log_ (LPCTSTR txt) |
| void | CenterWindow (HWND hwnd) |
| void | MoveVisible (HWND hwnd) |
| void | display_error (HWND hwnd, DWORD error) |
| BOOL | time_to_filetime (const time_t *t, FILETIME *ftime) |
| int | find_window_class (LPCTSTR classname) |
| BOOL | RecursiveCreateDirectory (LPCTSTR path_in) |
| DWORD | RegGetDWORDValue (HKEY root, LPCTSTR path, LPCTSTR valueName, DWORD def) |
| BOOL | RegSetDWORDValue (HKEY root, LPCTSTR path, LPCTSTR valueName, DWORD value) |
| BOOL | exists_path (LPCTSTR path) |
| #define _MAX_DIR _MAX_FNAME |
| #define _MAX_EXT _MAX_FNAME |
| #define SetWindowExStyle | ( | h, | |
| val | |||
| ) | (DWORD)SetWindowLongPtr(hwnd, GWL_EXSTYLE, val) |
Definition at line 139 of file explorer.cpp.
Definition at line 559 of file livecd.c.
Referenced by LocaleDlgProc(), and StartDlgProc().
Definition at line 98 of file utility.cpp.
Referenced by StartMenu::ActivateEntry(), MainFrameBase::Command(), MDIMainFrame::Command(), ShellEntry::launch_entry(), and launch_file().
Definition at line 489 of file utility.cpp.
Referenced by SplitFileSysURL().
Definition at line 237 of file utility.cpp.
Definition at line 72 of file utility.cpp.
Referenced by CenterWindow(), StartMenu::Create(), and ResizeManager::Resize().
Definition at line 394 of file utility.cpp.
Referenced by QuickLaunchBar::AddShortcuts(), and ExplorerGlobals::write_persistent().
Definition at line 455 of file utility.cpp.
Definition at line 474 of file utility.cpp.
Definition at line 159 of file utility.cpp.