source: trunk/src/winmm/auxiliary.h@ 10367

Last change on this file since 10367 was 1144, checked in by phaller, 26 years ago

Fix: NT/W94 crash when accessing a file named 'aux.*'

File size: 500 bytes
Line 
1/* $Id: auxiliary.h,v 1.1 1999-10-05 19:23:59 phaller Exp $ */
2
3/*
4 * Auxilary multimedia apis
5 *
6 * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl)
7 *
8 *
9 * Project Odin Software License can be found in LICENSE.TXT
10 *
11 */
12
13#ifndef __AUX_H__
14#define __AUX_H__
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20BOOL auxOS2Open(void);
21void auxOS2Close(void);
22ULONG auxOS2SetVolume(ULONG dwVolume);
23ULONG auxOS2GetVolume(ULONG *dwVolume);
24
25extern ULONG auxDeviceId;
26
27#ifdef __cplusplus
28}
29#endif
30
31#endif
Note: See TracBrowser for help on using the repository browser.