IORING_CREATE_REQUIRED_FLAGS enumeration (ioringapi.h)

Specifies required flags for creating an I/O ring with a call to CreateIoRing.

Syntax

typedef enum IORING_CREATE_REQUIRED_FLAGS {
  IORING_CREATE_REQUIRED_FLAGS_NONE
} ;

Constants

 
IORING_CREATE_REQUIRED_FLAGS_NONE
None.

Remarks

Use the IORING_CREATE_FLAGS structure to pass flags into CreateIoRing. If any unknown required flags are provided to an API, the API will fail the associated call.

Requirements

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