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.
 
 
 
 
 
 

30 lines
623 B

/*++
"@(#) NEC foghorn.h 1.1 95/03/22 21:23:28"
Copyright (c) 1993 NEC Corporation
Copyright (c) 1993 Microsoft Corporation
Module Name:
hardware.h
Abstract:
This include file defines constants and types for
the Microsoft sound system card.
Revision History:
--*/
/* multimedia product ID specification, etc. */
#define MID_NEC (MM_NEC)
#define DRV_VERSION (0x001)
#define PID_WAVEIN (MM_NEC_MIPS_WAVEOUT)
#define PID_WAVEOUT (MM_NEC_MIPS_WAVEOUT)
#define PID_SYNTH (MM_NEC_MIPS_SYNTH)
#define PID_MIXER (MM_NEC_MIPS_MIXER)
#define PID_AUX (MM_NEC_MIPS_AUX)