iPXE
Data Fields
s_PXENV_UNDI_INITIALIZE Struct Reference

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...
 

Detailed Description

Parameter block for pxenv_undi_initialize()

Definition at line 863 of file pxe_api.h.

Field Documentation

◆ Status

PXENV_STATUS_t s_PXENV_UNDI_INITIALIZE::Status

PXE status code.

Definition at line 864 of file pxe_api.h.

Referenced by pxenv_undi_initialize().

◆ ProtocolIni

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().

◆ reserved

UINT8_t s_PXENV_UNDI_INITIALIZE::reserved[8]

Must be zero.

Definition at line 873 of file pxe_api.h.


The documentation for this struct was generated from the following file: