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.

55 lines
1.0 KiB

  1. // NPPropPage.idl : IDL source for NPPropPage.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (NPPropPage.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. uuid(8F71D91C-5B68-4938-8325-90C7E86280D7),
  9. version(1.0),
  10. helpstring("NPPropPage 1.0 Type Library")
  11. ]
  12. library NPPROPPAGELib
  13. {
  14. importlib("stdole32.tlb");
  15. importlib("stdole2.tlb");
  16. [
  17. uuid(2D8AD893-4957-45AB-B2E4-69F1263BF6D4),
  18. helpstring("NP_CommonPage Class")
  19. ]
  20. coclass NP_CommonPage
  21. {
  22. interface IUnknown;
  23. };
  24. [
  25. uuid(585C4E84-7048-4D46-96C8-1A2952804EBE),
  26. helpstring("ATSCPropPage Class")
  27. ]
  28. coclass ATSCPropPage
  29. {
  30. interface IUnknown;
  31. };
  32. [
  33. uuid(A9B234DB-3D3A-4C45-9641-3A04E0B30590),
  34. helpstring("DVBSTuningSpaces Class")
  35. ]
  36. coclass DVBSTuningSpaces
  37. {
  38. interface IUnknown;
  39. };
  40. [
  41. uuid(85D8EC48-04E6-42D7-8945-D6949711618A),
  42. helpstring("DVBSTuneRequestPage Class")
  43. ]
  44. coclass DVBSTuneRequestPage
  45. {
  46. interface IUnknown;
  47. };
  48. };