IORING_REF_KIND enumeration (ioringapi.h)

Specifies the type of an IORING_HANDLE_REF structure.

Syntax

typedef enum IORING_REF_KIND {
  IORING_REF_RAW,
  IORING_REF_REGISTERED
} ;

Constants

 
IORING_REF_RAW
The referenced buffer is raw.
IORING_REF_REGISTERED
The referenced buffer has been registered with an I/O ring with a call to BuildIoRingRegisterFileHandles

Requirements

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