home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lxapi32.zip / SKELETON / Dev32 / devown.h < prev    next >
C/C++ Source or Header  |  2002-04-26  |  471b  |  13 lines

  1. /* $Id: devown.h,v 1.2 2002/04/26 23:09:37 smilcke Exp $ */
  2.  
  3. extern WORD32 deviceOwner;    //located in iwisr.c 
  4. extern 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
  13.