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.

36 lines
533 B

  1. /*++
  2. (c) 1998 Seagate Software, Inc. All rights reserved.
  3. Module Name:
  4. RpGuid.h
  5. Abstract:
  6. Contains GUID definitions for filter
  7. Environment:
  8. User and Kernel mode
  9. --*/
  10. #ifndef _RPGUID_H_
  11. #define _RPGUID_H_
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15. //
  16. //
  17. // HSM vendor ID for Sakkara
  18. // {12268890-64D1-11d0-A9B0-00A0248903EA}
  19. //
  20. DEFINE_GUID( RP_MSFT_VENDOR_ID, 0x12268890L, 0x64d1, 0x11d0, 0xa9, 0xb0,
  21. 0x0, 0xa0, 0x24, 0x89, 0x3, 0xea);
  22. #ifdef __cplusplus
  23. }
  24. #endif
  25. #endif