home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NEXT Generation 27
/
NEXT27.iso
/
pc
/
demos
/
emperor
/
dx3.exe
/
SDK
/
SAMPLES
/
DSSHOW
/
DSENUM.H
< prev
next >
Wrap
C/C++ Source or Header
|
1996-08-28
|
594b
|
26 lines
/*==========================================================================
*
* Copyright (C) 1995-1996 Microsoft Corporation. All Rights Reserved.
*
* File: dsenum.h
* Content: Direct Sound Enumeration defines
*
*
***************************************************************************/
#ifndef __DSENUM_INCLUDED__
#define __DSENUM_INCLUDED__
// Function declarations
BOOL DoDSoundEnumerate( LPGUID );
BOOL CALLBACK DSEnumProc( LPGUID, LPSTR, LPSTR, LPVOID );
BOOL CALLBACK DSEnumDlgProc( HWND, UINT, WPARAM, LPARAM );
#endif