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.
Specifies required flags for creating an I/O ring with a call to CreateIoRing.
Syntax
typedef enum IORING_CREATE_REQUIRED_FLAGS {
IORING_CREATE_REQUIRED_FLAGS_NONE
} ;
Constants
IORING_CREATE_REQUIRED_FLAGS_NONENone. |
Remarks
Use the IORING_CREATE_FLAGS structure to pass flags into CreateIoRing. If any unknown required flags are provided to an API, the API will fail the associated call.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Build 22000 |
| Minimum supported server | Windows Build 22000 |
| Header | ioringapi.h |