#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. | |
Definition at line 901 of file pxe_api.h.
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().
1.5.7.1