Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |