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.

43 lines
873 B

  1. // #include <olectl.h>
  2. // BLAB.idl : IDL source for BL & AddrBook.dll
  3. //
  4. // This file will be processed by the MIDL tool to
  5. // produce the type library and marshalling code.
  6. #include "dispid.h"
  7. import "oaidl.idl";
  8. import "ocidl.idl";
  9. [
  10. object,
  11. uuid(233A9696-667E-11d1-9DFB-006097D5040A),
  12. dual,
  13. helpstring("IIEMsgAb Interface"),
  14. pointer_default(unique)
  15. ]
  16. interface IIEMsgAb : IDispatch
  17. {
  18. [propget, id(2), helpstring("Send Instant message")] HRESULT InstMsg([out, retval] BOOL *pVal);
  19. };
  20. [
  21. uuid(233A9695-667E-11d1-9DFB-006097D5040A),
  22. version(1.0),
  23. helpstring("IEMsgAb 1.0 Type Library")
  24. ]
  25. library IEMsgAbLib
  26. {
  27. importlib("stdole32.tlb");
  28. importlib("stdole2.tlb");
  29. [
  30. uuid(233A9694-667E-11d1-9DFB-006097D5040A),
  31. helpstring("IEMsgAb Class")
  32. ]
  33. coclass IEMsgAb
  34. {
  35. [default] interface IIEMsgAb;
  36. };
  37. };