Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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_NONENone. |
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 |