File Manager, Control Panel, and Print Manager use network driver functions. To fully support these Windows applications, the network driver should provide as many network functions as are applicable to the network.
The network driver must export all the functions defined in this chapter, including the Enable and Disable functions. If there is no appropriate action for a function to take, then the function should just return the WN_NOT_SUPPORTED value. However, the Enable and Disable functions are exceptions and return nothing.
The driver must export a WEP function. This should be exported by name only, not by ordinal value. Windows calls this function when Windows is about to remove the driver when closing down.