mirror of https://github.com/lianthony/NT4.0
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.
31 lines
640 B
31 lines
640 B
/*++
|
|
|
|
|
|
Copyright (c) 1993 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
hardware.h
|
|
|
|
Abstract:
|
|
|
|
This include file defines constants and types for
|
|
the Microsoft sound system card.
|
|
|
|
Author:
|
|
|
|
Robin Speed (RobinSp) 20-Oct-93
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
/* multimedia product ID specification, etc. */
|
|
|
|
#define MID_MICROSOFT (MM_MICROSOFT)
|
|
#define DRV_VERSION (0x200)
|
|
#define PID_WAVEIN (MM_MSFT_WSS_NT_WAVEIN)
|
|
#define PID_WAVEOUT (MM_MSFT_WSS_NT_WAVEOUT)
|
|
#define PID_SYNTH (MM_MSFT_WSS_NT_FMSYNTH_STEREO)
|
|
#define PID_MIXER (MM_MSFT_WSS_NT_MIXER)
|
|
#define PID_AUX (MM_MSFT_WSS_NT_AUX)
|