home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 June / PCpro_2006_06.ISO / files / mstools / MSRMesh-VirtualWIFI.MSI / notifyn.idl < prev    next >
Encoding:
Text File  |  2005-06-24  |  962 b   |  36 lines

  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. [
  16.     uuid(58dbe723-da1a-484c-9f5b-113ba31869f2),
  17.     version(1.0),
  18.     helpstring("VirtualWiFi Notify Object 1.0 Type Library")
  19. ]
  20. library SampleNotifyLib
  21. {
  22.     [
  23.         uuid(ee6cd6fc-a32b-4a26-8a1c-dbc97988ad7a),
  24.         helpstring("VirtualWiFi Notify Class")
  25.     ]
  26.     coclass CMuxNotify
  27.     {
  28.         [restricted] interface INetCfgComponentControl;
  29.         [restricted] interface INetCfgComponentSetup;
  30.         [restricted] interface INetCfgComponentNotifyBinding;
  31.         [restricted] interface INetCfgComponentNotifyGlobal;
  32.         [restricted] interface INetCfgComponentPropertyUi;
  33.     };
  34. };
  35.  
  36.