|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <stdio.h>
#include <windows.h>
#include <limits.h>
#include <mmsystem.h>
#include <setupapi.h>
#include <commctrl.h>
#include <ddraw.h>
#include <initguid.h>
#include <devguid.h>
#include <mmreg.h>
#include <wintrust.h>
#include <softpub.h>
#include <mscat.h>
#include "resource.h"
Go to the source code of this file.
Data Structures |
| struct | DXDIAG_CONTEXT |
Defines |
| #define | DIRECTINPUT_VERSION 0x0800 |
| #define | DIRECTSOUND_VERSION 0x0800 |
| #define | D3D_OVERLOADS |
Typedefs |
| typedef struct DXDIAG_CONTEXT * | PDXDIAG_CONTEXT |
Functions |
| INT_PTR CALLBACK | SystemPageWndProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | DisplayPageWndProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | SoundPageWndProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | MusicPageWndProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | InputPageWndProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | NetworkPageWndProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
| INT_PTR CALLBACK | HelpPageWndProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
| VOID | DDTests (VOID) |
| VOID | D3DTests (VOID) |
| void | InitializeDirectSoundPage (PDXDIAG_CONTEXT pContext) |
| void | InitializeDisplayAdapters (PDXDIAG_CONTEXT pContext) |
| BOOL | GetFileVersion (LPCWSTR szAppName, WCHAR *szVer, DWORD szVerSize) |
| BOOL | GetFileModifyTime (LPCWSTR pFullPath, WCHAR *szTime, int szTimeSize) |
| BOOL | GetCatFileFromDriverPath (LPWSTR szFileName, LPWSTR szCatFileName) |
| BOOL | GetRegValue (HKEY hBaseKey, LPWSTR SubKey, LPWSTR ValueName, DWORD Type, LPWSTR Result, DWORD Size) |
| VOID | InsertTabCtrlItem (HWND hDlgCtrl, INT Position, LPWSTR uId) |
| VOID | EnumerateDrivers (PVOID Context, HDEVINFO hList, PSP_DEVINFO_DATA pInfoData) |
Variables |
| HINSTANCE | hInst |
Generated on Sat May 26 2012 04:37:35 for ReactOS by
1.7.6.1
|