Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 416 Bytes

SessionClose.md

File metadata and controls

31 lines (21 loc) · 416 Bytes

SessionClose function

Closes an existing session.

Syntax

typedef
_IRQL_requires_max_(PASSIVE_LEVEL)
void
(QUIC_API * QUIC_SESSION_CLOSE_FN)(
    _In_ _Pre_defensive_ __drv_freesMem(Mem)
        HQUIC Session
    );

Parameters

Session

The valid handle to an open session object.

Remarks

TODO

See Also

SessionOpen
SessionShutdown