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.

39 lines
616 B

  1. /*++
  2. (c) 1998 Seagate Software, Inc. All rights reserved.
  3. Module Name:
  4. HSMShell.idl
  5. Abstract:
  6. class definition file for HSM shell extensions
  7. Author:
  8. Art Bragg [abragg] 04-Aug-1997
  9. Revision History:
  10. --*/
  11. import "oaidl.idl";
  12. import "ocidl.idl";
  13. [
  14. uuid(692E33A1-AF9D-11D0-B976-00A0C9190447),
  15. version(1.0),
  16. helpstring("RsShell 1.0 Type Library")
  17. ]
  18. library RSSHELLLib
  19. {
  20. [
  21. uuid(692E33B0-AF9D-11D0-B976-00A0C9190447),
  22. helpstring("PrDrive Class")
  23. ]
  24. coclass PrDrive
  25. {
  26. [default] interface IUnknown;
  27. };
  28. };