Edit

Share via


PacketMonitorCloseSessionHandle function

Description

Closes handle to previously created session object.

This is called to close the handle to a previously created session object. Failure to close a session handle will result in leaked resources in the PktMon driver.

Syntax

VOID
WINAPI
PacketMonitorCloseSessionHandle(
    _In_ PACKETMONITOR_SESSION session
    );

Parameters

[in] session

Session Object previously created by calling ‘PacketMonitorCreateLiveSession’.

See also

Packet Monitor (Pktmon) reference