Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets information about the API version and queue sizes of an I/O ring.
Syntax
HRESULT GetIoRingInfo(
HIORING ioRing,
IORING_INFO *info
);
Parameters
ioRing
An HIORING representing a handle to the I/O ring for which information is being queried.
info
Receives a pointer to an IORING_INFO structure specifying API version and queue sizes for the specified I/O ring.
Return value
S_OK on success.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Build 22000 |
| Minimum supported server | Windows Build 22000 |
| Header | ioringapi.h |
| Library | kernel32.Lib |