s_PXENV_UNDI_INITIALIZE Struct Reference
[PXENV_UNDI_INITIALIZE]

Parameter block for pxenv_undi_initialize(). More...

#include <pxe_api.h>


Data Fields

PXENV_STATUS_t Status
 PXE status code.
ADDR32_t ProtocolIni
 NDIS 2.0 configuration information, or NULL.
UINT8_t reserved [8]
 Must be zero.


Detailed Description

Parameter block for pxenv_undi_initialize().

Definition at line 901 of file pxe_api.h.


Field Documentation

PXE status code.

Definition at line 902 of file pxe_api.h.

Referenced by pxenv_undi_initialize().

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 910 of file pxe_api.h.

Referenced by pxenv_undi_initialize().

Must be zero.

Definition at line 911 of file pxe_api.h.


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

Generated on Tue Apr 6 20:02:09 2010 for gPXE by  doxygen 1.5.7.1