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.

26 lines
574 B

  1. // h323msp.idl : IDL source for h323msp.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (h323msp.tlb) and marshalling code.
  5. import "msp.idl";
  6. [
  7. uuid(E36489BC-45C9-11d2-831F-00A0244D2298),
  8. version(1.0),
  9. helpstring("Microsoft H323 Service Provider 1.0 Type Library")
  10. ]
  11. library H323MSPLib
  12. {
  13. importlib("stdole2.tlb");
  14. [
  15. uuid(0F1BE7F8-45CA-11d2-831F-00A0244D2298),
  16. helpstring("Microsoft H323 Service Provider Class")
  17. ]
  18. coclass H323MSP
  19. {
  20. [default] interface ITMSPAddress;
  21. };
  22. };