estructura de IORING_BUFFER_INFO (ntioring_x.h)
Representa un búfer de datos que se puede registrar con un anillo de E/S.
Sintaxis
typedef struct IORING_BUFFER_INFO {
void *Address;
UINT32 Length;
} IORING_BUFFER_INFO;
Miembros
Address
Puntero VOID que representa la dirección del búfer de datos.
Length
Longitud del búfer de datos, en bytes.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows Build 22000 |
Servidor mínimo compatible | Windows Build 22000 |
Encabezado | ntioring_x.h |