Source code of Windows XP (NT5)
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.

45 lines
937 B

  1. /* Copyright (c) 1999 Microsoft Corporation. All Rights Reserved. */
  2. /* this file contains the actual definitions of */
  3. /* the IIDs and CLSIDs */
  4. /* link this file in with the server and any clients */
  5. /* File created by MIDL compiler version 5.01.0164 */
  6. /* at Sat Oct 23 12:28:23 1999
  7. */
  8. /* Compiler settings for fil_data.idl:
  9. Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext
  10. error checks: allocation ref bounds_check enum stub_data
  11. */
  12. //@@MIDL_FILE_HEADING( )
  13. #ifdef __cplusplus
  14. extern "C"{
  15. #endif
  16. #ifndef __IID_DEFINED__
  17. #define __IID_DEFINED__
  18. typedef struct _IID
  19. {
  20. unsigned long x;
  21. unsigned short s1;
  22. unsigned short s2;
  23. unsigned char c[8];
  24. } IID;
  25. #endif // __IID_DEFINED__
  26. #ifndef CLSID_DEFINED
  27. #define CLSID_DEFINED
  28. typedef IID CLSID;
  29. #endif // CLSID_DEFINED
  30. const IID IID_IAMFilterData = {0x97f7c4d4,0x547b,0x4a5f,{0x83,0x32,0x53,0x64,0x30,0xad,0x2e,0x4d}};
  31. #ifdef __cplusplus
  32. }
  33. #endif