IORING_VERSION enumeration (ntioring_x.h)
Specifies the I/O ring API version.
Syntax
typedef enum IORING_VERSION {
IORING_VERSION_INVALID,
IORING_VERSION_1,
IORING_VERSION_2,
IORING_VERSION_3,
IORING_VERSION_4
} ;
Constants
IORING_VERSION_INVALID Invalid version. |
IORING_VERSION_1 Version 1. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Build 22000 |
Minimum supported server | Windows Build 22000 |
Header | ntioring_x.h |