ReactOS 0.4.16-dev-338-g34e76ad
|
#include "precomp.h"
Go to the source code of this file.
Typedefs | |
typedef BOOL(WINAPI * | ISWOW64PROC) (HANDLE, PBOOL) |
Functions | |
BOOL | GetRegValue (HKEY hBaseKey, LPWSTR SubKey, LPWSTR ValueName, DWORD Type, LPWSTR Result, DWORD Size) |
static BOOL | GetDirectXVersion (WCHAR *szBuffer) |
VOID | GetSystemCPU (WCHAR *szBuffer) |
static SIZE_T | GetBIOSValue (BOOL UseSMBios, PCHAR DmiString, LPWSTR RegValue, PVOID pBuf, DWORD cchBuf, BOOL bTrim) |
static VOID | InitializeSystemPage (HWND hwndDlg) |
INT_PTR CALLBACK | SystemPageWndProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
|
static |
Definition at line 158 of file system.c.
Referenced by InitializeSystemPage().
Definition at line 45 of file system.c.
Referenced by InitializeSystemPage().
BOOL GetRegValue | ( | HKEY | hBaseKey, |
LPWSTR | SubKey, | ||
LPWSTR | ValueName, | ||
DWORD | Type, | ||
LPWSTR | Result, | ||
DWORD | Size | ||
) |
Definition at line 15 of file system.c.
Referenced by EnumerateServiceProviders(), GetBIOSValue(), GetDirectXVersion(), InitializeDialog(), and InitializeSystemPage().
Definition at line 100 of file system.c.
Referenced by InitializeSystemPage().
Definition at line 186 of file system.c.
Referenced by SystemPageWndProc().
Definition at line 393 of file system.c.