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.

39 lines
854 B

  1. // PPServer.idl : IDL source for PPServer.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (PPServer.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(23D1AE2F-8023-11D3-8D47-00C04F949D33),
  10. dual,
  11. helpstring("IPPServerClass Interface"),
  12. pointer_default(unique)
  13. ]
  14. interface IPPServerClass : IDispatch
  15. {
  16. [id(1), helpstring("method AllowAutomaticSniffing")] HRESULT AllowAutomaticSniffing([out, retval] VARIANT * pvarShow);
  17. };
  18. [
  19. uuid(23D1AE21-8023-11D3-8D47-00C04F949D33),
  20. version(1.0),
  21. helpstring("PPServer 1.0 Type Library")
  22. ]
  23. library PPSERVERLib
  24. {
  25. importlib("stdole32.tlb");
  26. importlib("stdole2.tlb");
  27. [
  28. uuid(23D1AE30-8023-11D3-8D47-00C04F949D33),
  29. helpstring("PPServerClass Class")
  30. ]
  31. coclass PPServerClass
  32. {
  33. [default] interface IPPServerClass;
  34. };
  35. };