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.

37 lines
716 B

  1. // McsVarSetMin.idl : IDL source for McsVarSetMin.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (McsVarSetMin.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. import "VarSetI.idl";
  8. [
  9. #ifdef OFA
  10. uuid(2F25FAAE-D85C-4cc5-94E0-838246D7CF0A),
  11. #else
  12. uuid(8B94B5C9-FE44-11D2-A1E8-00A0C9AFE114),
  13. #endif
  14. version(1.0),
  15. helpstring("McsVarSetMin 1.0 Type Library")
  16. ]
  17. library MCSVARSETMINLib
  18. {
  19. importlib("stdole32.tlb");
  20. importlib("stdole2.tlb");
  21. [
  22. #ifdef OFA
  23. uuid(5870F1B8-9488-42fe-B233-5C73E476DCBC),
  24. #else
  25. uuid(8B94B5D9-FE44-11D2-A1E8-00A0C9AFE114),
  26. #endif
  27. helpstring("VarSet Class")
  28. ]
  29. coclass VarSet
  30. {
  31. [default] interface IVarSet;
  32. };
  33. };