15.1.2 EFI_SIMPLE_NETWO RK.Stop()
Summary
Changes the state of a network interface from "started" to "stopped".
Prototype
EFI_STATUS
(EFIAPI *EFI_SIMPLE_NETWORK_STOP) (
IN EFI_SIMPLE_NETWORK
);
Parameters
This
Description
This function stops an network interface. This call is only valid if the network interface is in the
started state. If the network interface was successfully stopped, then
returned.
Status Codes Returned
EFI_SUCCESS
EFI_NOT_STARTED
EFI_INVALID_PARAMETER
EFI_DEVICE_ERROR
EFI_UNSUPPORTED
Version 1.02
*This
A pointer to the
EFI_SIMPLE_NETWORK
The network interface was stopped.
The network interface has not been started.
One or more of the parameters has an unsupported value.
The command could not be sent to the network interface.
This function is not supported by the network interface.
12/12/00
SIMPLE_NETWORK Protocol
instance.
will be
EFI_SUCCESS
283
Need help?
Do you have a question about the Extensible Firmware Interface and is the answer not in the manual?