IORING_BUFFER_INFO 结构 (ntioring_x.h)
表示可使用 I/O 环注册的数据缓冲区。
语法
typedef struct IORING_BUFFER_INFO {
void *Address;
UINT32 Length;
} IORING_BUFFER_INFO;
成员
Address
表示数据缓冲区地址的 VOID 指针。
Length
数据缓冲区的长度(以字节为单位)。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 内部版本 22000 |
最低受支持的服务器 | Windows 内部版本 22000 |
标头 | ntioring_x.h |