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.

44 lines
893 B

  1. // SendCMsg.idl : IDL source for SendCMsg.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (SendCMsg.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(B1AFF7CF-0C49-11D1-BB12-00C04FC9A3A3),
  10. helpstring("ISendConsoleMessageApp Interface"),
  11. pointer_default(unique)
  12. ]
  13. interface ISendConsoleMessageApp : IUnknown
  14. {
  15. };
  16. [
  17. uuid(B1AFF7C2-0C49-11D1-BB12-00C04FC9A3A3),
  18. version(1.0),
  19. helpstring("SendCMsg 1.0 Type Library")
  20. ]
  21. library SENDCMSGLib
  22. {
  23. importlib("stdole32.tlb");
  24. importlib("stdole2.tlb");
  25. /////////////////////////////////////////////
  26. [
  27. // Send Console Message GUID
  28. uuid(B1AFF7D0-0C49-11D1-BB12-00C04FC9A3A3),
  29. helpstring("SendConsoleMessageApp Class")
  30. ]
  31. coclass SendConsoleMessageApp
  32. {
  33. [default] interface ISendConsoleMessageApp;
  34. };
  35. };