Source code of Windows XP (NT5)
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.

45 lines
1.0 KiB

  1. // ScmMigr.idl : IDL source for ScmMigr.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (ScmMigr.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. //import "..\..\Common\IDL\ARExt.idl";
  8. import "ARExt.idl";
  9. [
  10. object,
  11. uuid(0A21C387-235B-4440-A072-23258F001F1B),
  12. helpstring("ISvcMgr Interface"),
  13. pointer_default(unique)
  14. ]
  15. interface ISvcMgr : IUnknown
  16. {
  17. [id(1), helpstring("TryUpdateSam")]HRESULT TryUpdateSam(BSTR computer,BSTR service,BSTR account);
  18. [id(2), helpstring("TryUpdateSamWithPassword")]HRESULT TryUpdateSamWithPassword(BSTR computer,BSTR service,BSTR account,BSTR password);
  19. };
  20. [
  21. uuid(C9579F20-4A0F-11D3-99F9-0010A4F77383),
  22. version(1.0),
  23. helpstring("ScmMigr 1.0 Type Library")
  24. ]
  25. library SCMMIGRLib
  26. {
  27. importlib("stdole32.tlb");
  28. importlib("stdole2.tlb");
  29. [
  30. uuid(C01E33E0-4A12-11D3-99F9-0010A4F77383),
  31. helpstring("ServMigr Class")
  32. ]
  33. coclass ServMigr
  34. {
  35. [default] interface IExtendAccountMigration;
  36. interface ISvcMgr;
  37. };
  38. };