Op-Code: |
PXENV_UNDI_SHUTDOWN |
Input: |
ES:DI points to a t_PXENV_UNDI_SHUTDOWN parameter. |
Output: |
PXENV_EXIT_SUCCESS or PXENV_EXIT_FAILURE will be returned in AX, with the CF set accordingly. The status field in the parameter structure will be set to one of the values represented by the PXENV_STATUS_xxx constants. |
Description: |
This call resets the network adapter and leaves it in a safe state for another driver to program it. |
Note: |
The contents of the PXENV_UNDI_STARTUP parameter structure need to be saved by the Universal NIC Driver in case PXENV_UNDI_INITIALIZE is called again. |