ReactOS 0.4.15-dev-7953-g1f49173
traffic.h
Go to the documentation of this file.
1/*
2 * TRAFFIC definitions
3 *
4 * Copyright (c) 2009 Stefan Leichter
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 */
20
21#ifndef __WINE_TRAFFIC_H
22#define __WINE_TRAFFIC_H
23
24#ifdef __cplusplus
25extern "C" {
26#endif /* defined(__cplusplus) */
27
33
35{
41
43
44#ifdef __cplusplus
45} /* extern "C" */
46#endif /* defined(__cplusplus) */
47
48#endif /* __WINE_TRAFFIC_H */
#define VOID
Definition: acefi.h:82
#define CALLBACK
Definition: compat.h:35
PVOID *typedef PHANDLE
Definition: ntsecpkg.h:455
TCI_DEL_FLOW_COMPLETE_HANDLER ClDeleteFlowCompleteHandler
Definition: traffic.h:39
TCI_NOTIFY_HANDLER ClNotifyHandler
Definition: traffic.h:36
TCI_ADD_FLOW_COMPLETE_HANDLER ClAddFlowCompleteHandler
Definition: traffic.h:37
TCI_MOD_FLOW_COMPLETE_HANDLER ClModifyFlowCompleteHandler
Definition: traffic.h:38
VOID(CALLBACK * TCI_MOD_FLOW_COMPLETE_HANDLER)(HANDLE, ULONG)
Definition: traffic.h:30
struct _TCI_CLIENT_FUNC_LIST TCI_CLIENT_FUNC_LIST
VOID(CALLBACK * TCI_ADD_FLOW_COMPLETE_HANDLER)(HANDLE, ULONG)
Definition: traffic.h:28
VOID(CALLBACK * TCI_DEL_FLOW_COMPLETE_HANDLER)(HANDLE, ULONG)
Definition: traffic.h:29
struct _TCI_CLIENT_FUNC_LIST * PTCI_CLIENT_FUNC_LIST
ULONG WINAPI TcRegisterClient(ULONG, HANDLE, PTCI_CLIENT_FUNC_LIST, PHANDLE)
Definition: traffic_main.c:50
VOID(CALLBACK * TCI_NOTIFY_HANDLER)(HANDLE, HANDLE, ULONG, HANDLE, ULONG, PVOID)
Definition: traffic.h:32
void * PVOID
Definition: typedefs.h:50
PVOID HANDLE
Definition: typedefs.h:73
uint32_t ULONG
Definition: typedefs.h:59
#define WINAPI
Definition: msvc.h:6