#include <pxe_api.h>
Data Fields | |
| PXENV_STATUS_t | Status |
| PXE status code. | |
| UINT16_t | Size |
| Size of structure. | |
| UINT32_t | Magic |
| Magic number. | |
| UINT32_t | Provider |
| Implementation identifier. | |
| UINT32_t | APIMask |
| Supported API functions. | |
| UINT32_t | Flags |
| Reserved for the future. | |
Definition at line 1766 of file pxe_api.h.
Implementation identifier.
Definition at line 1770 of file pxe_api.h.
Referenced by pxenv_file_api_check().
Supported API functions.
Definition at line 1771 of file pxe_api.h.
Referenced by pxenv_file_api_check().
Reserved for the future.
Definition at line 1772 of file pxe_api.h.
Referenced by pxenv_file_api_check().
1.5.7.1