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.

68 lines
1.2 KiB

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1997 - 1999
  3. Module Name:
  4. sinkguid.hxx
  5. Abstract:
  6. Define the SENS Test Subscriber CLSID(s)
  7. Author:
  8. Gopal Parupudi <GopalP>
  9. [Notes:]
  10. optional-notes
  11. Revision History:
  12. GopalP 11/17/1997 Start.
  13. --*/
  14. #ifndef __SINKGUID_HXX__
  15. #define __SINKGUID_HXX__
  16. //
  17. // Test Subscriber CLSIDs
  18. //
  19. const IID CLSID_SensTestSubscriberLogon =
  20. { /* 2b99cf1f-5faf-11d1-8dd4-00aa004abd5e */
  21. 0x2b99cf1f,
  22. 0x5faf,
  23. 0x11d1,
  24. {0x8d, 0xd4, 0x00, 0xaa, 0x00, 0x4a, 0xbd, 0x5e}
  25. };
  26. const IID CLSID_SensTestSubscriberNetwork =
  27. { /* 2b99cf1e-5faf-11d1-8dd4-00aa004abd5e */
  28. 0x2b99cf1e,
  29. 0x5faf,
  30. 0x11d1,
  31. {0x8d, 0xd4, 0x00, 0xaa, 0x00, 0x4a, 0xbd, 0x5e}
  32. };
  33. const IID CLSID_SensTestSubscriberOnNow =
  34. { /* 2b99cf1d-5faf-11d1-8dd4-00aa004abd5e */
  35. 0x2b99cf1d,
  36. 0x5faf,
  37. 0x11d1,
  38. {0x8d, 0xd4, 0x00, 0xaa, 0x00, 0x4a, 0xbd, 0x5e}
  39. };
  40. const IID CLSID_SensTestSubscriberLogon2 =
  41. { /* 2b99cf1c-5faf-11d1-8dd4-00aa004abd5e */
  42. 0x2b99cf1c,
  43. 0x5faf,
  44. 0x11d1,
  45. {0x8d, 0xd4, 0x00, 0xaa, 0x00, 0x4a, 0xbd, 0x5e}
  46. };
  47. #endif // __SINKGUID_HXX__