summaryrefslogtreecommitdiffstats
path: root/private/inc/mmcommon.h
diff options
context:
space:
mode:
authorAdam <you@example.com>2020-05-17 05:51:50 +0200
committerAdam <you@example.com>2020-05-17 05:51:50 +0200
commite611b132f9b8abe35b362e5870b74bce94a1e58e (patch)
treea5781d2ec0e085eeca33cf350cf878f2efea6fe5 /private/inc/mmcommon.h
downloadNT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.gz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.bz2
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.lz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.xz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.zst
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.zip
Diffstat (limited to 'private/inc/mmcommon.h')
-rw-r--r--private/inc/mmcommon.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/private/inc/mmcommon.h b/private/inc/mmcommon.h
new file mode 100644
index 000000000..5aa295dc9
--- /dev/null
+++ b/private/inc/mmcommon.h
@@ -0,0 +1,39 @@
+/***************************************************************************
+ * mmcommon.h
+ *
+ * Copyright (c) Microsoft Corporation 1996. All rights reserved
+ *
+ * private include file for definitions common to the NT project
+ *
+ * History
+ *
+ * 16 Feb 96 - NoelC created
+ *
+ ***************************************************************************/
+
+/***************************************************************************
+
+
+ Common definitions needed for wx86
+
+
+ ***************************************************************************/
+
+#define WOD_MESSAGE "wodMessage"
+#define WID_MESSAGE "widMessage"
+#define MOD_MESSAGE "modMessage"
+#define MID_MESSAGE "midMessage"
+#define AUX_MESSAGE "auxMessage"
+
+
+#define MMDRVI_TYPE 0x000F /* low 4 bits give driver type */
+#define MMDRVI_WAVEIN 0x0001
+#define MMDRVI_WAVEOUT 0x0002
+#define MMDRVI_MIDIIN 0x0003
+#define MMDRVI_MIDIOUT 0x0004
+#define MMDRVI_AUX 0x0005
+#define MMDRVI_MIDISTRM 0x0006
+
+#define MMDRVI_MAPPER 0x8000 /* install this driver as the mapper */
+#define MMDRVI_HDRV 0x4000 /* hDriver is a installable driver */
+#define MMDRVI_REMOVE 0x2000 /* remove the driver */