examples-minimio icon indicating copy to clipboard operation
examples-minimio copied to clipboard

add AcceptEx

Open ghost opened this issue 11 months ago • 1 comments

Note The function pointer for the AcceptEx function must be obtained at run time by making a call to the WSAIoctl function with the SIO_GET_EXTENSION_FUNCTION_POINTER opcode specified. The input buffer passed to the WSAIoctl function must contain WSAID_ACCEPTEX, a globally unique identifier (GUID) whose value identifies the AcceptEx extension function. On success, the output returned by the WSAIoctl function contains a pointer to the AcceptEx function. The WSAID_ACCEPTEX GUID is defined in the Mswsock.h header file. i wanna know the way to use acceptex

ghost avatar Jul 24 '23 21:07 ghost