Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 336 Bytes

XskGetNotifyAsyncResult.md

File metadata and controls

26 lines (17 loc) · 336 Bytes

XskGetNotifyAsyncResult function

Retrieves the result of a previous XskNotifyAsync request.

Syntax

XDP_STATUS
XskGetNotifyAsyncResult(
    _In_ XDP_OVERLAPPED *Overlapped,
    _Out_ XSK_NOTIFY_RESULT_FLAGS *Result
    );

Parameters

TODO

Remarks

TODO

See Also

AF_XDP