|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <math.h>#include <windows.h>#include <devioctl.h>#include <commctrl.h>#include <setupapi.h>#include <shellapi.h>#include <cpl.h>#include <ks.h>#include <mmreg.h>#include <ksmedia.h>#include <mmsystem.h>#include <dsound.h>#include "resource.h"#include "property.h"Go to the source code of this file.
Classes | |
| struct | _CMIDEV |
Macros | |
| #define | WIN32_LEAN_AND_MEAN |
| #define | INITGUID |
| #define | DIRECTSOUND_VERSION 0x800 |
| #define | SAMPLE_RATE 44100 |
| #define | BASS_FREQUENCY 90 |
| #define | BASS_AMPLITUDE 0.5 |
| #define | SPEAKER_FREQUENCY 440 |
| #define | SPEAKER_AMPLITUDE 0.5 |
| #define | MAX_TOKEN_SIZE 128 |
Typedefs | |
| typedef struct _CMIDEV | CMIDEV |
Functions | |
| static INT_PTR CALLBACK | TabDlgProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
Variables | |
| HINSTANCE | hInst |
| HWND | hWndMain |
| HWND | hWndTab |
| HWND | hWndChild [NUM_TABS] |
| LRESULT | currentTab |
| CMIDEV | cmiTopologyDev |
| CMIDATA | cmiData |
| HWAVEOUT | hWave |
| WAVEHDR | pwh |
| int | currentChannelCount |
| HFONT | hURLFont |
Definition at line 751 of file main.cpp.
Referenced by initDialog().
| CMIDATA cmiData |
Definition at line 77 of file main.h.
Referenced by applySettings(), checkToken(), getDriverData(), setDlgItems(), setDriverData(), and WinMain().
| CMIDEV cmiTopologyDev |
Definition at line 76 of file main.h.
Referenced by applySettings(), cleanUp(), openDevice(), parseArguments(), setDlgItems(), and WinMain().
| int currentChannelCount |
Definition at line 80 of file main.h.
Referenced by applySettings(), checkToken(), generateTestSignal(), getCurrentChannelConfig(), parseArguments(), playTestTone(), setCurrentChannelConfig(), and setDlgItems().
| LRESULT currentTab |
Definition at line 75 of file main.h.
Referenced by changeTab(), and initDialog().
| HFONT hURLFont |
Definition at line 81 of file main.h.
Referenced by cleanUp(), and initDialog().
| HWAVEOUT hWave |
Definition at line 78 of file main.h.
Referenced by playTestTone(), proc_PlaySound(), stopTestTone(), widCallback(), WinMain(), and wodCallback().
Definition at line 74 of file main.h.
Referenced by applySettings(), changeTab(), co_UserSetParent(), generateTestSignal(), initDialog(), NtUserSetParent(), openURL(), playTestTone(), setDlgItems(), SetParent(), TabDlgProc(), updateChannelBoxes(), and WinMain().
| HWND hWndTab |
Definition at line 73 of file main.h.
Referenced by changeTab(), and initDialog().
| WAVEHDR pwh |
Definition at line 79 of file main.h.
Referenced by playTestTone(), and stopTestTone().