:pserver:cvsanon@mok.lvcm.com:/CVS/ReactOS reactos
[reactos.git] / include / net / netevent.h
1 /*
2  * COPYRIGHT:   See COPYING in the top level directory
3  * PROJECT:     ReactOS NDIS library
4  * FILE:        include/net/netevent.h
5  * PURPOSE:     Network event constants
6  */
7 #ifndef __NETEVENT_H
8 #define __NETEVENT_H
9
10 #define EVENT_TRANSPORT_REGISTER_FAILED  0xC000232CL
11
12 #define EVENT_TRANSPORT_ADAPTER_NOT_FOUND 0xC000232EL
13
14 #endif /* __NETEVENT_H */
15
16 /* EOF */