Bitdefender Hypervisor Memory Introspection
winnet.h File Reference
#include "intronet.h"

Go to the source code of this file.

Typedefs

typedef INTSTATUS(* PFUNC_IntWinNetCallback) (const INTRONET_ENDPOINT *Connection, void *Context)
 

Functions

INTSTATUS IntWinNetSendProcessConnections (WIN_PROCESS_OBJECT *Process)
 Send connection events for all active connections whose owner is the given process. More...
 
INTSTATUS IntWinNetDumpConnections (void)
 Dump all active guest connections. More...
 

Typedef Documentation

◆ PFUNC_IntWinNetCallback

typedef INTSTATUS(* PFUNC_IntWinNetCallback) (const INTRONET_ENDPOINT *Connection, void *Context)

Definition at line 12 of file winnet.h.

Function Documentation

◆ IntWinNetDumpConnections()

INTSTATUS IntWinNetDumpConnections ( void  )

Dump all active guest connections.

Returns
INT_STATUS_SUCCESS on success, or an appropriate INTSTATUS error value.

Definition at line 1824 of file winnet.c.

◆ IntWinNetSendProcessConnections()

INTSTATUS IntWinNetSendProcessConnections ( WIN_PROCESS_OBJECT Process)

Send connection events for all active connections whose owner is the given process.

Parameters
[in]ProcessThe process whose connections to send.
Returns
INT_STATUS_SUCCESS on success, or an appropriate INTSTATUS error value.

Definition at line 1768 of file winnet.c.

Referenced by IntWinVadIsExecSuspicious().