Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
782 B

  1. /*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. Copyright (c) 1992, 1993 Microsoft Corporation
  3. Module Name:
  4. vdd.h
  5. Abstract:
  6. This header file is a grossly cut down version of that which exists
  7. in the SYNTH driver project. I have only extracted those pieces required
  8. for the AdLib VDD.
  9. Author:
  10. Mike Tricker (MikeTri) 27-Jan-93 (after Robin Speed (RobinSp) 20-Oct-92)
  11. Revision History:
  12. --*/
  13. #define STR_ADLIB_DEVICENAME L"\\Device\\adlib.mid"
  14. /*
  15. * Stucture for passing synth data
  16. */
  17. typedef struct {
  18. unsigned short IoPort;
  19. unsigned short PortData;
  20. } SYNTH_DATA, *PSYNTH_DATA;
  21. #define AD_MASK (0x004)
  22. #define AD_NEW (0x105)