Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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’.