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.

28 lines
791 B

  1. #pragma warning(disable:4101) // Ignore variable not use warning
  2. //+-------------------------------------------------------------------------
  3. //
  4. // Microsoft Windows
  5. // Copyright (C) Microsoft Corporation, 1992 - 1993.
  6. //
  7. // File: iperf_i.c
  8. //
  9. // Contents: IID_IPerf
  10. //
  11. // History: Created by Microsoft (R) MIDL Compiler Version 1.10.83
  12. //
  13. //--------------------------------------------------------------------------
  14. typedef struct _IID
  15. {
  16. unsigned long x;
  17. unsigned short s1;
  18. unsigned short s2;
  19. unsigned char c[8];
  20. } IID;
  21. const IID CLSID_ITest =
  22. {0x60000430, 0xAB0F, 0x101A, {0xB4, 0xAE, 0x08, 0x00, 0x2B, 0x30, 0x61, 0x2C}};
  23. const IID CLSID_ITestMulti =
  24. {0x25724a70, 0x283f, 0x11ce, {0x95, 0x31, 0x08, 0x00, 0x2b, 0x2a, 0xb6, 0x12}};