IoRingBufferRefFromIndexAndOffset macro (ioringapi.h)
Creates an instance of the IORING_BUFFER_REF structure from the provided buffer index and offset.
Syntax
void IoRingBufferRefFromIndexAndOffset(
i,
o
);
Parameters
i
The index within the submission queue of the referenced buffer.
o
The offset within the buffer specified by index.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Build 22000 |
Minimum supported server | Windows Build 22000 |
Header | ioringapi.h |