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.

41 lines
813 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. import "oaidl.idl";
  7. import "ocidl.idl";
  8. [
  9. object,
  10. uuid(233A9696-667E-11d1-9DFB-006097D50408),
  11. dual,
  12. helpstring("IMsgrAb Interface"),
  13. pointer_default(unique)
  14. ]
  15. interface IMsgrAb : IDispatch
  16. {
  17. [propget, id(2), helpstring("Send Instant message")] HRESULT InstMsg([out, retval] BOOL *pVal);
  18. };
  19. [
  20. uuid(233A9695-667E-11d1-9DFB-006097D50408),
  21. version(1.0),
  22. helpstring("MsgrAb 1.0 Type Library")
  23. ]
  24. library MsgrAbLib
  25. {
  26. importlib("stdole2.tlb");
  27. [
  28. uuid(233A9694-667E-11d1-9DFB-006097D50408),
  29. helpstring("MsgrAb Class")
  30. ]
  31. coclass MsgrAb
  32. {
  33. [default] interface IMsgrAb;
  34. };
  35. };