Skip to content

Latest commit

 

History

History
60 lines (50 loc) · 1.21 KB

nf-ioringapi-ioringbufferreffromindexandoffset.md

File metadata and controls

60 lines (50 loc) · 1.21 KB
UID tech.root title ms.date targetos description prerelease req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:ioringapi.IoRingBufferRefFromIndexAndOffset
fs
IoRingBufferRefFromIndexAndOffset
07/16/2021
Windows
Creates an instance of the IORING_BUFFER_REF structure with the provided buffer index and offset.
false
function
ioringapi.h
Windows Build 22000
Windows Build 22000
apiref
HeaderDef
ioringapi.h
IoRingBufferRefFromIndexAndOffset
IoRingBufferRefFromIndexAndOffset
ioringapi/IoRingBufferRefFromIndexAndOffset
c++

-description

Creates an instance of the IORING_BUFFER_REF structure from the provided buffer index and offset.

-parameters

-param i

The index within the submission queue of the referenced buffer.

-param o

The offset within the buffer specified by index.

-remarks

-see-also