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.

24 lines
678 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_IPerf = {0x1AFDBB80, 0xAA32, 0x101A, {0xB4, 0xAD, 0x08, 0x00, 0x2B, 0x30, 0x61, 0x2C}};
  22.