Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 160 of file devctrl.c.
Referenced by SerialDeviceControl().
{ ASSERT(DeviceExtension); RtlZeroMemory(&DeviceExtension->SerialPerfStats, sizeof(SERIALPERF_STATS)); DeviceExtension->BreakInterruptErrorCount = 0; return TRUE; }