IORING_CREATE_ADVISORY_FLAGS enumeration (ioringapi.h)
Specifies advisory flags for creating an I/O ring with a call to CreateIoRing.
Syntax
typedef enum IORING_CREATE_ADVISORY_FLAGS {
IORING_CREATE_ADVISORY_FLAGS_NONE,
IORING_CREATE_SKIP_BUILDER_PARAM_CHECKS
} ;
Constants
IORING_CREATE_ADVISORY_FLAGS_NONE None. |
Remarks
Use the IORING_CREATE_FLAGS structure to pass flags into CreateIoRing. Any unknown or unsupported advisory flags provided to an API are ignored.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Build 22000 |
Minimum supported server | Windows Build 22000 |
Header | ioringapi.h |