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.

30 lines
659 B

  1. // SetTargetPassword.idl : IDL source for SetTargetPassword.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (SetTargetPassword.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. //import "..\..\Common\IDL\ARExt.idl";
  8. import "ARExt.idl";
  9. [
  10. uuid(4EE1D0A0-349D-11D3-8C93-0090270D48D1),
  11. version(1.0),
  12. helpstring("SetTargetPassword 1.0 Type Library")
  13. ]
  14. library SETTARGETPASSWORDLib
  15. {
  16. importlib("stdole32.tlb");
  17. importlib("stdole2.tlb");
  18. [
  19. uuid(A1F71B70-349D-11D3-8C93-0090270D48D1),
  20. helpstring("SetPassword Class")
  21. ]
  22. coclass SetPassword
  23. {
  24. [default] interface IExtendAccountMigration;
  25. };
  26. };