struttura IORING_REGISTERED_BUFFER (ntioring_x.h)

Rappresenta un buffer registrato con un anello di I/O con una chiamata a BuildIoRingRegisterBuffers.

Sintassi

typedef struct IORING_REGISTERED_BUFFER {
  UINT32 BufferIndex;
  UINT32 Offset;
} IORING_REGISTERED_BUFFER;

Members

BufferIndex

Oggetto UINT32 che specifica l'indice del buffer registrato.

Offset

Oggetto UINT32 che specifica l'offset nel buffer registrato.

Commenti

Usando sia un indice buffer all'interno della coda di invio che un offset all'interno del buffer, è possibile usare buffer di grandi dimensioni e pianificare più operazioni circolari di I/O all'interno dello stesso buffer per essere eseguite in modo asincrono.

Requisiti

Requisito Valore
Client minimo supportato Windows Build 22000
Server minimo supportato Windows Build 22000
Intestazione ntioring_x.h