Home > other >  Windows network card properties button, driven development
Windows network card properties button, driven development

Time:10-01

Developed a network drive, network card based on NDIS framework development, and it can show the properties of the interface product name

Leadership requires click on their card name after like click TCP/IP, pop up their configuration window;
As shown in figure:

Click on the TCP/IP network protocol, is can click properties, click on the display after the TCP/IP configuration interface
4

Click on the TCP/IP properties after 4 shows the configuration of the interface


Own expectations after nic driver name click properties button can point, and can show its own configuration interface


In the figure is just take VMVare driver made a example;

Tried in the registry changes, but only found some description in the registry related character change, make a few days, still could not find where I can eventually change;

Feeling or controlled in the registry, bosses give directions

CodePudding user response:

Their top, is a network card driver development, based on ndis, need to use the Windows after click on your network card properties under interface protocol, properties button is available, click on the link after its own configuration

CodePudding user response:

# this post to drive development sector

CodePudding user response:

Nobody reply your top

CodePudding user response:

Understanding the Notify Object Framework
A Notify Object is a COM server dll which is used by the Network class installer and Network control panel application. Notify Objects are installed for a network component based on entries made to the .inf file for the network component. Protocol and intermediate drivers can use a Notify Object to display properties in the network control panel for the user to configure. Generic Intermediate drivers are required to use a Notify Object to control the binding relationships external to the driver and to install upper edge virtual adapters that the driver exposes. For an Intermediate Filter driver, this is handled by the system. Notify Objects consist of various optionally implemented COM interfaces providing network subsystem callbacks for various events; The network installation, network setup, network binding notifications, and to display the properties in the UI. The Notify Object is given access to the network Configuration Subsystem through COM interfaces. See the DDK reference for details about the Notify Object.

The UML class diagram below depicts the basic relationships between the DriverNetworks Notify Object framework classes, Notify Object Interfaces, ATL (active template library) COM classes, and classes implemented by the driver writer. The framework provides wrapper classes around the COM interfaces to simplify writing a Notify Object. The classes provided by the driver writer appear in yellow. The classes provided by the framework are shown in white. The COM interfaces implemented by the Notify Object are shown in green. Active Template Library (ATL) classes are shown with a grey background.

CodePudding user response:

From DriverNetworks Help document, have, hair,
Not carefully go to NDIS document, the key word is "Notify Object",
  • Related