iPXE
Data Fields

Parameter block for pxenv_file_api_check() More...

#include <pxe_api.h>

Data Fields

PXENV_STATUS_t Status
 PXE status code. More...
 
UINT16_t Size
 Size of structure. More...
 
UINT32_t Magic
 Magic number. More...
 
UINT32_t Provider
 Implementation identifier. More...
 
UINT32_t APIMask
 Supported API functions. More...
 
UINT32_t Flags
 Reserved for the future. More...
 

Detailed Description

Parameter block for pxenv_file_api_check()

Definition at line 1665 of file pxe_api.h.

Field Documentation

◆ Status

PXENV_STATUS_t s_PXENV_FILE_API_CHECK::Status

PXE status code.

Definition at line 1666 of file pxe_api.h.

Referenced by pxenv_file_api_check().

◆ Size

UINT16_t s_PXENV_FILE_API_CHECK::Size

Size of structure.

Definition at line 1667 of file pxe_api.h.

Referenced by pxenv_file_api_check().

◆ Magic

UINT32_t s_PXENV_FILE_API_CHECK::Magic

Magic number.

Definition at line 1668 of file pxe_api.h.

Referenced by pxenv_file_api_check().

◆ Provider

UINT32_t s_PXENV_FILE_API_CHECK::Provider

Implementation identifier.

Definition at line 1669 of file pxe_api.h.

Referenced by pxenv_file_api_check().

◆ APIMask

UINT32_t s_PXENV_FILE_API_CHECK::APIMask

Supported API functions.

Definition at line 1670 of file pxe_api.h.

Referenced by pxenv_file_api_check().

◆ Flags

UINT32_t s_PXENV_FILE_API_CHECK::Flags

Reserved for the future.

Definition at line 1671 of file pxe_api.h.

Referenced by pxenv_file_api_check().


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