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.

40 lines
821 B

  1. // SMCysCom.idl : IDL source for SMCysCom.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (SMCysCom.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(61EC2B7B-CBD9-4ff7-B479-9F98F4054299),
  10. dual,
  11. helpstring("SMCys Interface"),
  12. pointer_default(unique)
  13. ]
  14. interface ISMCys : IDispatch
  15. {
  16. [id(1), helpstring("method Install")] HRESULT Install( BSTR bstrDiskName );
  17. };
  18. [
  19. uuid(8617E8FD-C4D1-46fc-935F-6E460D4F9FFB),
  20. version(1.0),
  21. helpstring("SMCysCom 1.0 Type Library")
  22. ]
  23. library SMCysComLib
  24. {
  25. importlib("stdole32.tlb");
  26. importlib("stdole2.tlb");
  27. [
  28. uuid(9436DA1F-7F32-43ac-A48C-F6F813882BE8),
  29. helpstring("SMCys Class")
  30. ]
  31. coclass SMCys
  32. {
  33. [default] interface ISMCys;
  34. };
  35. };