iPXE
Data Fields

Parameter block for pxenv_file_read() More...

#include <pxe_api.h>

Data Fields

PXENV_STATUS_t Status
 PXE status code. More...
 
UINT16_t FileHandle
 File handle. More...
 
UINT16_t BufferSize
 Data buffer size. More...
 
SEGOFF16_t Buffer
 Data buffer. More...
 

Detailed Description

Parameter block for pxenv_file_read()

Definition at line 1602 of file pxe_api.h.

Field Documentation

◆ Status

PXENV_STATUS_t s_PXENV_FILE_READ::Status

PXE status code.

Definition at line 1603 of file pxe_api.h.

◆ FileHandle

UINT16_t s_PXENV_FILE_READ::FileHandle

File handle.

Definition at line 1604 of file pxe_api.h.

◆ BufferSize

UINT16_t s_PXENV_FILE_READ::BufferSize

Data buffer size.

Definition at line 1605 of file pxe_api.h.

◆ Buffer

SEGOFF16_t s_PXENV_FILE_READ::Buffer

Data buffer.

Definition at line 1606 of file pxe_api.h.


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