Files
netch/Redirector/Data.h
2021-07-20 06:51:54 +08:00

27 lines
336 B
C

#pragma once
#ifndef DATA_H
#define DATA_H
#include <Windows.h>
#include <nfapi.h>
typedef enum _AIO_TYPE {
AIO_FILTERLOOP,
AIO_FILTERICMP,
AIO_FILTERTCP,
AIO_FILTERUDP,
AIO_CLRNAME,
AIO_ADDNAME,
AIO_BYPNAME,
AIO_DNSHOOK,
AIO_DNSHOST,
AIO_DNSPORT,
AIO_TCPPORT,
AIO_UDPPORT
} AIO_TYPE;
#endif