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.

38 lines
746 B

  1. // UPNUpdt.idl : IDL source for UPNUpdt.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (UPNUpdt.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(F723E33F-375E-4dc3-A244-AE2AF8827247),
  12. #else
  13. uuid(BB4C09B0-3F9E-11D3-8CA1-0090270D48D1),
  14. #endif
  15. version(1.0),
  16. helpstring("UPNUpdt 1.0 Type Library")
  17. ]
  18. library UPNUPDTLib
  19. {
  20. importlib("stdole32.tlb");
  21. importlib("stdole2.tlb");
  22. [
  23. #ifdef OFA
  24. uuid(6202BE19-F590-4f68-8DA0-D1D34841DF2B),
  25. #else
  26. uuid(D6C5C5C0-3F9E-11D3-8CA1-0090270D48D1),
  27. #endif
  28. helpstring("UpdtUPN Class")
  29. ]
  30. coclass UpdtUPN
  31. {
  32. [default] interface IExtendAccountMigration;
  33. };
  34. };