Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 299 Bytes

XskCreate.md

File metadata and controls

24 lines (15 loc) · 299 Bytes

XskCreate function

Creates an AF_XDP socket.

Syntax

XDP_STATUS
XskCreate(
    _Out_ HANDLE* Socket
    );

Parameters

TODO

Remarks

Creates an AF_XDP socket object and returns a handle to it. To close the socket object, call CloseHandle.

See Also

AF_XDP