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.

38 lines
861 B

  1. // DisableTargetAccount.idl : IDL source for DisableTargetAccount.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (DisableTargetAccount.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. //import "..\..\Common\IDL\ARExt.idl";
  8. import "ARExt.idl";
  9. [
  10. #ifdef OFA
  11. uuid(4469DE04-DF59-4cae-9BA1-2C9AF309CEDF),
  12. #else
  13. uuid(3803AA60-29B1-11D3-8C8D-0090270D48D1),
  14. #endif
  15. version(1.0),
  16. helpstring("DisableTargetAccount 1.0 Type Library")
  17. ]
  18. library DISABLETARGETACCOUNTLib
  19. {
  20. importlib("stdole32.tlb");
  21. importlib("stdole2.tlb");
  22. [
  23. #ifdef OFA
  24. uuid(5E39580A-ECF2-4340-9A79-4CC6D3F2D473),
  25. #else
  26. uuid(C8340120-29B2-11D3-8C8D-0090270D48D1),
  27. #endif
  28. helpstring("DisableTarget Class")
  29. ]
  30. coclass DisableTarget
  31. {
  32. [default] interface IExtendAccountMigration;
  33. };
  34. };