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.

56 lines
1.1 KiB

  1. // MsFxsSnp.idl : IDL source for MsFxsSnp.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (MsFxsSnp.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. uuid(675C9E93-866E-4f2f-9878-2B0CF7052EA0),
  9. helpstring("IFaxSecurityInfo Interface"),
  10. pointer_default(unique)
  11. ]
  12. interface IFaxSecurityInformation : IUnknown
  13. {
  14. };
  15. [
  16. uuid(F8D2DF41-EABA-480c-8403-56400D664DA3),
  17. version(1.0),
  18. helpstring("MsFxsSnp 1.0 Type Library")
  19. ]
  20. library MsFxsSnpLib
  21. {
  22. importlib("stdole32.tlb");
  23. importlib("stdole2.tlb");
  24. [
  25. uuid(1CA43905-B116-405a-9871-1D79621A745F),
  26. helpstring("Snapin Class")
  27. ]
  28. coclass Snapin
  29. {
  30. [default] interface IUnknown;
  31. }
  32. [
  33. uuid(35E69FA6-12B5-40cd-B88F-D285F52A5073),
  34. helpstring("Snapin Class About")
  35. ]
  36. coclass SnapinAbout
  37. {
  38. [default] interface IUnknown;
  39. }
  40. [
  41. uuid(83D76237-4BE3-4127-91DF-8FBC1E6F2BF4),
  42. helpstring("FaxSecurityInformation Class")
  43. ]
  44. coclass FaxSecurityInformation
  45. {
  46. [default] interface IFaxSecurityInformation;
  47. };
  48. };