Condividi tramite


struttura IORING_BUFFER_INFO (ntioring_x.h)

Rappresenta un buffer di dati che può essere registrato con un anello di I/O.

Sintassi

typedef struct IORING_BUFFER_INFO {
  void   *Address;
  UINT32 Length;
} IORING_BUFFER_INFO;

Members

Address

Puntatore VOID che rappresenta l'indirizzo del buffer di dati.

Length

Lunghezza in byte del buffer di dati.

Requisiti

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