إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
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 |