3.4 Minimum Binding Requirements

The developer of a network driver must at a minimum ensure that the following required net rules, and possibly some optional rules, are written into the registry by the driver’s setup file.

When system setup runs a network driver’s .inf script, this file writes that driver's net rules as value entries in the registry at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NameOfComponent
\CurrentVersion\NetRules. The following list summarizes the predefined names of possible value entries in the NetRules key and whether each is required or optional:

The registry must also contain the following net rules for each adapter in the system:

The setup file for any driver that manages an adapter writes the net rules for that adapter into the registry HKEY_LOCAL\SOFTWARE\Microsoft\WindowsNT
\CurrentVersion\NetworkCards\
CardNumber\NetRules key. It is unnecessary to write a use net rule value for an adapter. Because the net rules for an adapter are written under the preceding key, adapter is assumed to be the value of use.

Information about the syntax for each of the preceding value entries follows.