Go to the source code of this file.
Functions |
| static INT | LengthOfStrResource (IN HINSTANCE hInst, IN UINT uID) |
| INT | AllocAndLoadString (OUT LPWSTR *lpTarget, IN HINSTANCE hInst, IN UINT uID) |
| DWORD | LoadAndFormatString (IN HINSTANCE hInstance, IN UINT uID, OUT LPWSTR *lpTarget,...) |
| BOOL | InitAppConfig (VOID) |
| VOID | CloseAppConfig (VOID) |
| BOOL | WriteLineConfig (IN LPTSTR szDeviceName, IN LPTSTR szLineName, IN PSNDVOL_REG_LINESTATE LineState, IN DWORD cbSize) |
| BOOL | ReadLineConfig (IN LPTSTR szDeviceName, IN LPTSTR szLineName, IN LPTSTR szControlName, OUT DWORD *Flags) |
Variables |
| static const TCHAR | AppRegSettings [] = TEXT("Software\\Microsoft\\Windows\\CurrentVersion\\Applets\\Volume Control") |
| static const TCHAR | AppOptionsKey [] = TEXT("Options") |
| static const TCHAR | LineStatesValue [] = TEXT("LineStates") |
| static const TCHAR | StyleValue [] = TEXT("Style") |
| HKEY | hAppSettingsKey = NULL |