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

/*++
(c) 1998 Seagate Software, Inc. All rights reserved.
Module Name:
HSMShell.idl
Abstract:
class definition file for HSM shell extensions
Author:
Art Bragg [abragg] 04-Aug-1997
Revision History:
--*/
import "oaidl.idl";
import "ocidl.idl";
[
uuid(692E33A1-AF9D-11D0-B976-00A0C9190447),
version(1.0),
helpstring("RsShell 1.0 Type Library")
]
library RSSHELLLib
{
[
uuid(692E33B0-AF9D-11D0-B976-00A0C9190447),
helpstring("PrDrive Class")
]
coclass PrDrive
{
[default] interface IUnknown;
};
};