source: sbliveos2/trunk/drv32/devown.h@ 563

Last change on this file since 563 was 142, checked in by ktk, 25 years ago

Import

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 410 bytes
Line 
1/* $Id: devown.h 142 2000-04-23 14:55:46Z ktk $ */
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.