IORING_BUFFER_INFO structure (ntioring_x.h)

Represents a data buffer that can be registered with an I/O ring.

Syntax

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

Members

Address

A VOID pointer representing the address of the data buffer.

Length

The length of the data buffer, in bytes.

Requirements

Requirement Value
Minimum supported client Windows Build 22000
Minimum supported server Windows Build 22000
Header ntioring_x.h