source: cmedia/trunk/Drv32/devown.h@ 577

Last change on this file since 577 was 354, checked in by stevenhl, 18 years ago

Import untested baseline cmedia sources, work products and binaries
Binaries and work products should be deleted from repository.
once new builds are verified to work.

File size: 467 bytes
Line 
1/* $Id: devown.h,v 1.1 2000/04/23 14:55:23 ktk Exp $ */
2
3extern WORD32 deviceOwner; //located in iwisr.c
4extern WORD32 numOS2Opens;
5
6#define DEV_NO_OWNER 0
7#define DEV_PDD_OWNER 1 //owner is still unknown
8#define DEV_PCM_OWNER 2 //PCM&MIDI, PCM&ULTIMOD
9#define DEV_MIDI_OWNER 4 //MIDI&PCM
10#define DEV_VDD_OWNER 8 //exclusive
11#define DEV_ULTIMOD_OWNER 16 //ULTIMOD&PCM
12#define DEV_EXCLUSIVE_OWNER 32 //3rd party app using toolkit
Note: See TracBrowser for help on using the repository browser.