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.

56 lines
1.4 KiB

  1. /* this file contains the actual definitions of */
  2. /* the IIDs and CLSIDs */
  3. /* link this file in with the server and any clients */
  4. /* File created by MIDL compiler version 5.01.0164 */
  5. /* at Mon Apr 17 13:39:44 2000
  6. */
  7. /* Compiler settings for C:\nt\multimedia\Directx\dmusic\dmtool\toolprops\ToolProps.idl:
  8. Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
  9. error checks: allocation ref bounds_check enum stub_data
  10. */
  11. //@@MIDL_FILE_HEADING( )
  12. #ifdef __cplusplus
  13. extern "C"{
  14. #endif
  15. #ifndef __IID_DEFINED__
  16. #define __IID_DEFINED__
  17. typedef struct _IID
  18. {
  19. unsigned long x;
  20. unsigned short s1;
  21. unsigned short s2;
  22. unsigned char c[8];
  23. } IID;
  24. #endif // __IID_DEFINED__
  25. #ifndef CLSID_DEFINED
  26. #define CLSID_DEFINED
  27. typedef IID CLSID;
  28. #endif // CLSID_DEFINED
  29. const IID LIBID_TOOLPROPSLib = {0x2735B8F3,0xFF4A,0x4AF2,{0x80,0x53,0xBE,0x22,0xC0,0xCA,0x32,0x32}};
  30. const CLSID CLSID_EchoPage = {0x5337AF8F,0x3827,0x44DD,{0x9E,0xE9,0xAB,0x6E,0x1A,0xAB,0xB6,0x0F}};
  31. const CLSID CLSID_TransposePage = {0x691BD8C2,0x2B07,0x4C92,{0xA8,0x2E,0x92,0xD8,0x58,0xDE,0x23,0xD6}};
  32. const CLSID CLSID_DurationPage = {0x79D9CAF8,0xDBDA,0x4560,{0xA8,0xB0,0x07,0xE7,0x3A,0x79,0xFA,0x6B}};
  33. const CLSID CLSID_QuantizePage = {0x623286DC,0x67F8,0x4055,{0xA9,0xBE,0xF7,0xA7,0x17,0x6B,0xD1,0x50}};
  34. #ifdef __cplusplus
  35. }
  36. #endif