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.

28 lines
513 B

  1. // fspext.idl : IDL source for fspext.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (fspext.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. uuid(82C8EBD4-7584-11D1-83D6-00C04FB6E984),
  9. version(1.0),
  10. helpstring("fspext 1.0 Type Library")
  11. ]
  12. library FSPEXTLib
  13. {
  14. importlib("stdole32.tlb");
  15. importlib("stdole2.tlb");
  16. [
  17. uuid(82C8EBE1-7584-11D1-83D6-00C04FB6E984),
  18. helpstring("FSP Class")
  19. ]
  20. coclass FSP
  21. {
  22. [default] interface IUnknown;
  23. }
  24. };