Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 401 Bytes

ListenerStop.md

File metadata and controls

29 lines (20 loc) · 401 Bytes

ListenerStop function

Stops listening for incoming connection requests.

Syntax

typedef
_IRQL_requires_max_(PASSIVE_LEVEL)
void
(QUIC_API * QUIC_LISTENER_STOP_FN)(
    _In_ _Pre_defensive_ HQUIC Listener
    );

Parameters

TODO

Remarks

TODO

See Also

ListenerOpen
ListenerClose
ListenerStart