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.
Specifies the type of an IORING_HANDLE_REF structure.
Syntax
typedef enum IORING_REF_KIND {
IORING_REF_RAW,
IORING_REF_REGISTERED
} ;
Constants
IORING_REF_RAW The referenced buffer is raw. |
IORING_REF_REGISTERED The referenced buffer has been registered with an I/O ring with a call to BuildIoRingRegisterFileHandles |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Build 22000 |
Minimum supported server | Windows Build 22000 |
Header | ioringapi.h |