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.

87 lines
2.0 KiB

  1. #pragma warning( disable: 4049 ) /* more than 64k source lines */
  2. /* this ALWAYS GENERATED file contains the IIDs and CLSIDs */
  3. /* link this file in with the server and any clients */
  4. /* File created by MIDL compiler version 6.00.0347 */
  5. /* at Mon May 20 11:18:54 2002
  6. */
  7. /* Compiler settings for _OCAData.idl:
  8. Os, W1, Zp8, env=Win32 (32b run)
  9. protocol : dce , ms_ext, c_ext
  10. error checks: allocation ref bounds_check enum stub_data
  11. VC __declspec() decoration level:
  12. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  13. DECLSPEC_UUID(), MIDL_INTERFACE()
  14. */
  15. //@@MIDL_FILE_HEADING( )
  16. #if !defined(_M_IA64) && !defined(_M_AMD64)
  17. #ifdef __cplusplus
  18. extern "C"{
  19. #endif
  20. #include <rpc.h>
  21. #include <rpcndr.h>
  22. #ifdef _MIDL_USE_GUIDDEF_
  23. #ifndef INITGUID
  24. #define INITGUID
  25. #include <guiddef.h>
  26. #undef INITGUID
  27. #else
  28. #include <guiddef.h>
  29. #endif
  30. #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
  31. DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8)
  32. #else // !_MIDL_USE_GUIDDEF_
  33. #ifndef __IID_DEFINED__
  34. #define __IID_DEFINED__
  35. typedef struct _IID
  36. {
  37. unsigned long x;
  38. unsigned short s1;
  39. unsigned short s2;
  40. unsigned char c[8];
  41. } IID;
  42. #endif // __IID_DEFINED__
  43. #ifndef CLSID_DEFINED
  44. #define CLSID_DEFINED
  45. typedef IID CLSID;
  46. #endif // CLSID_DEFINED
  47. #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
  48. const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
  49. #endif !_MIDL_USE_GUIDDEF_
  50. MIDL_DEFINE_GUID(IID, IID_ICountDaily,0xCEF1A8A8,0xF31A,0x4C4B,0x96,0xEB,0xEF,0x31,0xCF,0xDB,0x40,0xF5);
  51. MIDL_DEFINE_GUID(IID, LIBID_OCAData,0xD264DB42,0x7095,0x489E,0xB8,0x4D,0x40,0x4C,0xBB,0x3F,0xF6,0x68);
  52. MIDL_DEFINE_GUID(CLSID, CLSID_CCountDaily,0x1614E060,0x0196,0x4771,0xAD,0x9B,0xFE,0xA1,0xA6,0x77,0x8B,0x59);
  53. #undef MIDL_DEFINE_GUID
  54. #ifdef __cplusplus
  55. }
  56. #endif
  57. #endif /* !defined(_M_IA64) && !defined(_M_AMD64)*/