iPXE
|
Parameter block for pxenv_undi_initialize() More...
#include <pxe_api.h>
Data Fields | |
PXENV_STATUS_t | Status |
PXE status code. More... | |
ADDR32_t | ProtocolIni |
NDIS 2.0 configuration information, or NULL. More... | |
UINT8_t | reserved [8] |
Must be zero. More... | |
Parameter block for pxenv_undi_initialize()
PXENV_STATUS_t s_PXENV_UNDI_INITIALIZE::Status |
ADDR32_t s_PXENV_UNDI_INITIALIZE::ProtocolIni |
NDIS 2.0 configuration information, or NULL.
This is a pointer to the data structure returned by the NDIS 2.0 GetProtocolManagerInfo() API call. The data structure is documented, in a rather haphazard way, in section 4-17 of the NDIS 2.0 specification.
Definition at line 872 of file pxe_api.h.
Referenced by pxenv_undi_initialize().
UINT8_t s_PXENV_UNDI_INITIALIZE::reserved[8] |