|
Bitdefender Hypervisor Memory Introspection
|
#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 INTSTATUS(* PFUNC_IntWinNetCallback) (const INTRONET_ENDPOINT *Connection, void *Context) |
| INTSTATUS IntWinNetDumpConnections | ( | void | ) |
Dump all active guest connections.
| INTSTATUS IntWinNetSendProcessConnections | ( | WIN_PROCESS_OBJECT * | Process | ) |
Send connection events for all active connections whose owner is the given process.
| [in] | Process | The process whose connections to send. |
Definition at line 1768 of file winnet.c.
Referenced by IntWinVadIsExecSuspicious().