Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 408 Bytes

ListenerClose.md

File metadata and controls

30 lines (21 loc) · 408 Bytes

ListenerClose function

Closes an existing listener.

Syntax

typedef
_IRQL_requires_max_(PASSIVE_LEVEL)
void
(QUIC_API * QUIC_LISTENER_CLOSE_FN)(
    _In_ _Pre_defensive_ __drv_freesMem(Mem)
        HQUIC Listener
    );

Parameters

TODO

Remarks

TODO

See Also

ListenerOpen
ListenerStart
ListenerStop