ReactOS 0.4.16-dev-340-g0540c21
|
Public Attributes | |
LONG | ReferenceCount |
FAST_MUTEX | Mutex |
KTIMER | Timer |
LONG | TimerActive |
PVOID | SectionHandle |
FAST_MUTEX _BEEP_DEVICE_EXTENSION::Mutex |
Definition at line 24 of file beep.c.
Referenced by BeepClose(), BeepCreate(), and DriverEntry().
LONG _BEEP_DEVICE_EXTENSION::ReferenceCount |
Definition at line 23 of file beep.c.
Referenced by BeepClose(), BeepCreate(), and DriverEntry().
PVOID _BEEP_DEVICE_EXTENSION::SectionHandle |
Definition at line 27 of file beep.c.
Referenced by BeepClose(), and BeepCreate().
KTIMER _BEEP_DEVICE_EXTENSION::Timer |
Definition at line 25 of file beep.c.
Referenced by BeepClose(), BeepStartIo(), BeepUnload(), DriverEntry(), FreeBT_AddDevice(), HandleRemoveDevice(), HandleStartDevice(), HandleStopDevice(), and HandleSurpriseRemoval().
LONG _BEEP_DEVICE_EXTENSION::TimerActive |
Definition at line 26 of file beep.c.
Referenced by BeepClose(), BeepDPC(), BeepStartIo(), BeepUnload(), and DriverEntry().