Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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 |