EFI_SIMPLE_NETWORK_SHUTDOWN

Resets a network adapter and leaves it in a state that is safe for another driver to initialize.

@param This Protocol instance pointer.

@retval EFI_SUCCESS The network interface was shutdown. @retval EFI_NOT_STARTED The network interface has not been started. @retval EFI_INVALID_PARAMETER One or more of the parameters has an unsupported value. @retval EFI_DEVICE_ERROR The command could not be sent to the network interface. @retval EFI_UNSUPPORTED This function is not supported by the network interface.

extern (C)
alias EFI_SIMPLE_NETWORK_SHUTDOWN = EFI_STATUS function @nogc nothrow

Meta