/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS NDIS library * FILE: include/net/netevent.h * PURPOSE: Network event constants */ #ifndef __NETEVENT_H #define __NETEVENT_H #define EVENT_TRANSPORT_REGISTER_FAILED 0xC000232CL #define EVENT_TRANSPORT_ADAPTER_NOT_FOUND 0xC000232EL #endif /* __NETEVENT_H */ /* EOF */