Windows NT 4.0 source code leak
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.

23 lines
577 B

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