home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ioctlapi.zip / appsrc.zip / data.h < prev    next >
C/C++ Source or Header  |  1999-11-16  |  502b  |  18 lines

  1. //-----------------------------------------------------------------------------
  2. // Freeware.  This file may be used freely to promote the ioctl90 mixer API.
  3. //-----------------------------------------------------------------------------
  4.  
  5. // data.h
  6.  
  7. // Options selected by command line overrides
  8. typedef struct
  9. {
  10.    BOOL         Help;        
  11.    BOOL         ExtendedHelp;
  12.    BOOL         Debug;
  13.    BOOL         Verbose;
  14. } OPTIONS;
  15.  
  16. extern OPTIONS Options;
  17. extern char szPddName [256];
  18.