Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
642 B

  1. // Copyright (c) 1995-1997 Microsoft Corporation
  2. BOOL Volume_GetSetRegistryRect(
  3. LPTSTR szMixer,
  4. LPTSTR szDest,
  5. LPRECT prc,
  6. BOOL Get);
  7. BOOL Volume_GetSetRegistryLineStates(
  8. LPTSTR pszMixer,
  9. LPTSTR pszDest,
  10. PVOLCTRLDESC pvcd,
  11. DWORD cvcd,
  12. BOOL Get);
  13. void Volume_GetSetStyle(
  14. DWORD* pdwStyle,
  15. BOOL Get);
  16. BOOL Volume_ErrorMessageBox(
  17. HWND hwnd,
  18. HINSTANCE hInst,
  19. UINT id);
  20. MMRESULT Volume_GetDefaultMixerID(
  21. int *pid,
  22. BOOL fRecord);
  23. DWORD Volume_GetTrayTimeout(
  24. DWORD dwTimeout);