Bitdefender Hypervisor Memory Introspection
winnet.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2020 Bitdefender
3  * SPDX-License-Identifier: Apache-2.0
4  */
5 #ifndef _WIN_NET_H_
6 #define _WIN_NET_H_
7 
8 #include "intronet.h"
9 
10 typedef
13  _In_ const INTRONET_ENDPOINT *Connection,
14  _Inout_opt_ void *Context
15  );
16 
19  _In_ WIN_PROCESS_OBJECT *Process
20  );
21 
24  void
25  );
26 
27 #endif // !_WIN_NET_SCAN_H_
#define _In_
Definition: intro_sal.h:21
INTSTATUS IntWinNetDumpConnections(void)
Dump all active guest connections.
Definition: winnet.c:1824
int INTSTATUS
The status data type.
Definition: introstatus.h:24
#define _Inout_opt_
Definition: intro_sal.h:31
An endpoint.
Definition: intronet.h:26
INTSTATUS(* PFUNC_IntWinNetCallback)(const INTRONET_ENDPOINT *Connection, void *Context)
Definition: winnet.h:12
#define _Function_class_(expr)
Definition: intro_sal.h:40
INTSTATUS IntWinNetSendProcessConnections(WIN_PROCESS_OBJECT *Process)
Send connection events for all active connections whose owner is the given process.
Definition: winnet.c:1768
This structure describes a running process inside the guest.
Definition: winprocess.h:83