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.

34 lines
920 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992-2001.
  5. //
  6. // File: NOTIFYN.IDL
  7. //
  8. // Contents:
  9. //
  10. // Notes:
  11. //
  12. //----------------------------------------------------------------------------
  13. #include <netcfgn.idl>
  14. [
  15. uuid(58dbe723-da1a-484c-9f5b-113ba31869f2),
  16. version(1.0),
  17. helpstring("Sample Notify Object 1.0 Type Library")
  18. ]
  19. library SampleNotifyLib
  20. {
  21. [
  22. uuid(ee6cd6fc-a32b-4a26-8a1c-dbc97988ad7a),
  23. helpstring("Sample MUX Notify Class")
  24. ]
  25. coclass CMuxNotify
  26. {
  27. [restricted] interface INetCfgComponentControl;
  28. [restricted] interface INetCfgComponentSetup;
  29. [restricted] interface INetCfgComponentNotifyBinding;
  30. [restricted] interface INetCfgComponentNotifyGlobal;
  31. [restricted] interface INetCfgComponentPropertyUi;
  32. };
  33. };