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.

39 lines
746 B

  1. // testwrapper.idl : IDL source for testwrapper.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (testwrapper.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(6CB4F115-6D30-4925-AED6-FF3363CF1894),
  10. helpstring("ITestSE Interface"),
  11. pointer_default(unique)
  12. ]
  13. interface ITestSE : IUnknown
  14. {
  15. };
  16. [
  17. uuid(E8C517E3-37ED-4AAC-A4C9-255AB694AF2F),
  18. version(1.0),
  19. helpstring("testwrapper 1.0 Type Library")
  20. ]
  21. library TESTWRAPPERLib
  22. {
  23. importlib("stdole32.tlb");
  24. importlib("stdole2.tlb");
  25. [
  26. uuid(FE6581C0-1773-47FD-894C-4CD9CD2275B3),
  27. helpstring("TestSE Class")
  28. ]
  29. coclass TestSE
  30. {
  31. [default] interface ITestSE;
  32. };
  33. };