ReactOS 0.4.16-dev-251-ga17b6e9
|
Go to the source code of this file.
Classes | |
struct | _IMGINFO |
Macros | |
#define | ANIM_STEP 2 |
#define | ANIM_TIME 50 |
#define | ID_SYSUPTIME_UPDATE_TIMER 1 |
Typedefs | |
typedef struct _IMGINFO | IMGINFO |
typedef struct _IMGINFO * | PIMGINFO |
typedef ULONGLONG(WINAPI * | PFGETTICKCOUNT64) (VOID) |
Functions | |
VOID | ShowLastWin32Error (HWND hWndOwner) |
static VOID | InitLogo (HWND hwndDlg) |
LRESULT CALLBACK | RosImageProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static VOID | SetRegTextData (HWND hwnd, HKEY hKey, LPTSTR Value, UINT uID) |
static INT | SetProcNameString (HWND hwnd, HKEY hKey, LPTSTR Value, UINT uID1, UINT uID2) |
static VOID | MakeFloatValueString (DOUBLE *dFloatValue, LPTSTR szOutput, LPTSTR szAppend) |
static BOOL | SetProcSpeed (HWND hwnd, HKEY hKey, LPTSTR Value, UINT uID) |
static VOID | GetSystemInformation (HWND hwnd) |
static VOID | GetSystemVersion (HWND hwnd) |
static ULONGLONG | GetTickCountQPC (VOID) |
An equivalent of GetTickCount64, implemented using QueryPerformanceCounter. | |
static VOID | GetSystemUptime (HWND hwndDlg) |
static VOID | InitSystemUptime (HWND hwndDlg) |
INT_PTR CALLBACK | GeneralPageProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Variables | |
static PIMGINFO | pImgInfo |
static const BLENDFUNCTION | BlendFunc = {AC_SRC_OVER, 0, 255, AC_SRC_ALPHA} |
static HMODULE | hKernel32Vista = NULL |
static PFGETTICKCOUNT64 | pGetTickCount64 = NULL |
static WCHAR | szUptimeFormat [64] |
Definition at line 691 of file general.c.
Definition at line 456 of file general.c.
Referenced by GeneralPageProc().
Definition at line 626 of file general.c.
Referenced by GeneralPageProc(), and InitSystemUptime().
Definition at line 576 of file general.c.
Referenced by DECLARE_INTERFACE_(), and GeneralPageProc().
An equivalent of GetTickCount64, implemented using QueryPerformanceCounter.
Definition at line 616 of file general.c.
Referenced by GetSystemUptime().
Definition at line 65 of file general.c.
Referenced by GeneralPageProc().
Definition at line 661 of file general.c.
Referenced by GeneralPageProc().
Definition at line 397 of file general.c.
Referenced by GetSystemInformation(), and SetProcSpeed().
Definition at line 144 of file general.c.
Referenced by GeneralPageProc().
Definition at line 333 of file general.c.
Referenced by GetSystemInformation().
Definition at line 415 of file general.c.
Referenced by GetSystemInformation().
Definition at line 313 of file general.c.
Referenced by GetSystemInformation().
|
static |
Definition at line 34 of file general.c.
Referenced by AlphaBlendProc(), DIB_16BPP_AlphaBlend(), DIB_24BPP_AlphaBlend(), DIB_32BPP_AlphaBlend(), DIB_XXBPP_AlphaBlend(), MainWndProc(), NtGdiAlphaBlend(), OnDrawItem(), and RosImageProc().
Definition at line 35 of file general.c.
Referenced by GeneralPageProc(), and InitSystemUptime().
|
static |
Definition at line 36 of file general.c.
Referenced by GetSeconds(), GetSystemUptime(), and InitSystemUptime().
|
static |
Definition at line 33 of file general.c.
Referenced by GeneralPageProc(), InitLogo(), and RosImageProc().
|
static |
Definition at line 37 of file general.c.
Referenced by GetSystemUptime(), and InitSystemUptime().