ReactOS 0.4.15-dev-7924-g5949c20
iprtrmib.h
Go to the documentation of this file.
1/* WINE iprtrmib.h
2 * Copyright (C) 2003 Juan Lang
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18#ifndef WINE_IPRTRMIB_H__
19#define WINE_IPRTRMIB_H__
20
21#include <mprapi.h>
22#include <ipifcons.h>
23
24#include <ipmib.h>
25#include <tcpmib.h>
26#include <udpmib.h>
27
28typedef enum _TCP_TABLE_CLASS
29{
40
41typedef enum _UDP_TABLE_CLASS
42{
47
48/* ReactOS */
50{
53
58
59#endif /* WINE_IPRTRMIB_H__ */
struct _TCPIP_OWNER_MODULE_BASIC_INFO TCPIP_OWNER_MODULE_BASIC_INFO
_TCPIP_OWNER_MODULE_INFO_CLASS
Definition: iprtrmib.h:50
@ TCPIP_OWNER_MODULE_INFO_BASIC
Definition: iprtrmib.h:51
enum _TCP_TABLE_CLASS TCP_TABLE_CLASS
enum _UDP_TABLE_CLASS * PUDP_TABLE_CLASS
_TCP_TABLE_CLASS
Definition: iprtrmib.h:29
@ TCP_TABLE_OWNER_MODULE_CONNECTIONS
Definition: iprtrmib.h:37
@ TCP_TABLE_BASIC_CONNECTIONS
Definition: iprtrmib.h:31
@ TCP_TABLE_BASIC_LISTENER
Definition: iprtrmib.h:30
@ TCP_TABLE_OWNER_MODULE_ALL
Definition: iprtrmib.h:38
@ TCP_TABLE_OWNER_PID_LISTENER
Definition: iprtrmib.h:33
@ TCP_TABLE_BASIC_ALL
Definition: iprtrmib.h:32
@ TCP_TABLE_OWNER_PID_ALL
Definition: iprtrmib.h:35
@ TCP_TABLE_OWNER_PID_CONNECTIONS
Definition: iprtrmib.h:34
@ TCP_TABLE_OWNER_MODULE_LISTENER
Definition: iprtrmib.h:36
enum _TCPIP_OWNER_MODULE_INFO_CLASS * PTCPIP_OWNER_MODULE_INFO_CLASS
enum _TCPIP_OWNER_MODULE_INFO_CLASS TCPIP_OWNER_MODULE_INFO_CLASS
enum _UDP_TABLE_CLASS UDP_TABLE_CLASS
enum _TCP_TABLE_CLASS * PTCP_TABLE_CLASS
_UDP_TABLE_CLASS
Definition: iprtrmib.h:42
@ UDP_TABLE_BASIC
Definition: iprtrmib.h:43
@ UDP_TABLE_OWNER_MODULE
Definition: iprtrmib.h:45
@ UDP_TABLE_OWNER_PID
Definition: iprtrmib.h:44
struct _TCPIP_OWNER_MODULE_BASIC_INFO * PTCPIP_OWNER_MODULE_BASIC_INFO
uint16_t * PWCHAR
Definition: typedefs.h:56