#include <precomp.h>
#include <time.h>
#include <sstream>
Go to the source code of this file.
Defines |
| #define | CONTROL_RUNDLL "Control_RunDLLA" |
Typedefs |
| typedef void(WINAPI * | RUNDLLPROC )(HWND hwnd, HINSTANCE hinst, LPCTSTR cmdline, DWORD nCmdShow) |
Functions |
| 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) |
| BOOL | launch_file (HWND hwnd, LPCTSTR cmd, UINT nCmdShow, LPCTSTR parameters) |
| static BOOL CALLBACK | EnumWndProc (HWND hwnd, LPARAM lparam) |
| int | find_window_class (LPCTSTR classname) |
| String | get_windows_version_str () |
| BOOL | RunDLL (HWND hwnd, LPCTSTR dllname, LPCSTR procname, LPCTSTR cmdline, UINT nCmdShow) |
| BOOL | launch_cpanel (HWND hwnd, LPCTSTR applet) |
| 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) |
| bool | SplitFileSysURL (LPCTSTR url, String &dir_out, String &fname_out) |
Variables |
| static int | g_foundPrevInstance = 0 |