mirror of https://github.com/tongzx/nt5src
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
22 lines
544 B
/*==========================================================================
|
|
*
|
|
* Copyright (C) 1995-1999 Microsoft Corporation. All Rights Reserved.
|
|
*
|
|
* File: snddlg.h
|
|
* Content: Soundcard selection dialog
|
|
*
|
|
* History:
|
|
*
|
|
* Date By Reason
|
|
* ==== == ======
|
|
* 12/01/99 rodtoll created it
|
|
*
|
|
***************************************************************************/
|
|
|
|
|
|
#ifndef __SNDDLG_H
|
|
#define __SNDDLG_H
|
|
|
|
BOOL GetCardSettings( HINSTANCE hInst, HWND hOwner, LPGUID pguidPlayback, LPGUID pguidRecord );
|
|
|
|
#endif
|