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