Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 170 of file pnp.c.
Referenced by ServiceControlHandler().
{ switch ( dwEventType ) { case DBT_DEVICEARRIVAL : { DEV_BROADCAST_DEVICEINTERFACE* incoming_device = (DEV_BROADCAST_DEVICEINTERFACE*) lpEventData; return ProcessDeviceArrival(incoming_device); } default : { break; } } return NO_ERROR; }