ReactOS
0.4.15-dev-4594-g505ac65
|
#include "precomp.h"
#include <winnls.h>
#include <powrprof.h>
#include <buildno.h>
#include <strsafe.h>
Go to the source code of this file.
Classes | |
struct | _IMGINFO |
Macros | |
#define | ANIM_STEP 2 |
#define | ANIM_TIME 50 |
Typedefs | |
typedef struct _IMGINFO | IMGINFO |
typedef struct _IMGINFO * | PIMGINFO |
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 VOID | SetProcSpeed (HWND hwnd, HKEY hKey, LPTSTR Value, UINT uID) |
static VOID | GetSystemInformation (HWND hwnd) |
static VOID | GetSystemVersion (HWND hwnd) |
ULONGLONG | GetSecondsQPC (VOID) |
ULONGLONG | GetSeconds (VOID) |
VOID | GetSystemUptime (HWND hwnd) |
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} |
Definition at line 671 of file general.c.
Definition at line 611 of file general.c.
Referenced by GetSystemUptime().
Definition at line 601 of file general.c.
Referenced by GetSeconds().
Definition at line 448 of file general.c.
Referenced by GeneralPageProc().
Definition at line 645 of file general.c.
Referenced by GeneralPageProc().
Definition at line 568 of file general.c.
Referenced by DECLARE_INTERFACE_(), and GeneralPageProc().
Definition at line 60 of file general.c.
Referenced by GeneralPageProc().
Definition at line 392 of file general.c.
Referenced by GetSystemInformation(), and SetProcSpeed().
Definition at line 139 of file general.c.
Referenced by GeneralPageProc().
Definition at line 328 of file general.c.
Referenced by GetSystemInformation().
Definition at line 410 of file general.c.
Referenced by GetSystemInformation().
Definition at line 308 of file general.c.
Referenced by GetSystemInformation().
|
static |
Definition at line 32 of file general.c.
Referenced by AlphaBlendProc(), DIB_16BPP_AlphaBlend(), DIB_24BPP_AlphaBlend(), DIB_32BPP_AlphaBlend(), DIB_XXBPP_AlphaBlend(), MainWndProc(), NtGdiAlphaBlend(), OnDrawItem(), and RosImageProc().
|
static |
Definition at line 31 of file general.c.
Referenced by GeneralPageProc(), InitLogo(), and RosImageProc().