Go to the source code of this file.
Functions |
| void | PrintLastError (LPCSTR function) |
| BOOL | generateTestSignal (double amplitude, int Channels, int SamplesPerSec, SHORT **buffer) |
| BOOL | stopTestTone (void) |
| UINT | findWaveDeviceID () |
| BOOL | playTestTone () |
| BOOL CALLBACK | DSEnumProc (LPGUID lpGUID, LPCTSTR lpszDesc, LPCTSTR lpszDrvName, LPVOID lpContext) |
| BOOL | getCurrentChannelConfig () |
| BOOL | setCurrentChannelConfig () |
| BOOL | getDeviceInfo (const GUID *category, CMIDEV *pDev) |
| BOOL | getDeviceInterfaceDetail (const GUID *category, CMIDEV *pDev) |
| BOOL | getDriverData (CMIDEV *pDev) |
| BOOL | setDriverData (CMIDEV *pDev) |
| void | cleanUp () |
| BOOL | openDevice () |
| void | updateChannelBoxes (HWND hWnd) |
| BOOL | setDlgItems (HWND hWnd) |
| BOOL | applySettings () |
| BOOL | initDialog (HWND hWnd) |
| BOOL | changeTab (LPNMHDR lpnmhdr) |
| LRESULT CALLBACK | WndProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
| void | openURL (int control) |
| LRESULT CALLBACK | TabDlgProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
| void | printUsage () |
| void | deleteDriverFiles () |
| void | performUninstall () |
| bool | checkToken (char *token) |
| int | parseArguments (LPSTR szCmdLine) |
| void | InitURLControl () |
| int WINAPI | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow) |