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.

31 lines
603 B

  1. // GetRids.idl : IDL source for GetRids.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (GetRids.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(C8136B8F-38DE-463F-AC09-7E2EBDCB700C),
  11. version(1.0),
  12. helpstring("GetRids 1.0 Type Library")
  13. ]
  14. library GETRIDSLib
  15. {
  16. importlib("stdole32.tlb");
  17. importlib("stdole2.tlb");
  18. [
  19. uuid(24278E55-27D1-439F-9BA7-94281E197918),
  20. helpstring("RidSave Class")
  21. ]
  22. coclass RidSave
  23. {
  24. [default] interface IExtendAccountMigration;
  25. };
  26. };