Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the IORING API capabilities.
Syntax
typedef struct IORING_CAPABILITIES {
IORING_VERSION MaxVersion;
UINT32 MaxSubmissionQueueSize;
UINT32 MaxCompletionQueueSize;
IORING_FEATURE_FLAGS FeatureFlags;
} IORING_CAPABILITIES;
Members
MaxVersion
A value from the IORING_VERSION enumeration specifying the maximum supported IORING API version.
MaxSubmissionQueueSize
The maximum submission queue size.
MaxCompletionQueueSize
The maximum completion queue size.
FeatureFlags
A value from the IORING_FEATURE_FLAGS enumeration specifying feature flags for the IORING API implementation.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Build 22000 |
Minimum supported server | Windows Build 22000 |
Header | ioringapi.h |