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.

22 lines
544 B

  1. /*==========================================================================
  2. *
  3. * Copyright (C) 1995-1999 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: snddlg.h
  6. * Content: Soundcard selection dialog
  7. *
  8. * History:
  9. *
  10. * Date By Reason
  11. * ==== == ======
  12. * 12/01/99 rodtoll created it
  13. *
  14. ***************************************************************************/
  15. #ifndef __SNDDLG_H
  16. #define __SNDDLG_H
  17. BOOL GetCardSettings( HINSTANCE hInst, HWND hOwner, LPGUID pguidPlayback, LPGUID pguidRecord );
  18. #endif