ReactOS 0.4.15-dev-7788-g1ad9096
_BEEP_DEVICE_EXTENSION Struct Reference
Collaboration diagram for _BEEP_DEVICE_EXTENSION:

Public Attributes

LONG ReferenceCount
 
FAST_MUTEX Mutex
 
KTIMER Timer
 
LONG TimerActive
 
PVOID SectionHandle
 

Detailed Description

Definition at line 21 of file beep.c.

Member Data Documentation

◆ Mutex

FAST_MUTEX _BEEP_DEVICE_EXTENSION::Mutex

Definition at line 24 of file beep.c.

Referenced by BeepClose(), BeepCreate(), and DriverEntry().

◆ ReferenceCount

LONG _BEEP_DEVICE_EXTENSION::ReferenceCount

Definition at line 23 of file beep.c.

Referenced by BeepClose(), BeepCreate(), and DriverEntry().

◆ SectionHandle

PVOID _BEEP_DEVICE_EXTENSION::SectionHandle

Definition at line 27 of file beep.c.

Referenced by BeepClose(), and BeepCreate().

◆ Timer

◆ TimerActive

LONG _BEEP_DEVICE_EXTENSION::TimerActive

Definition at line 26 of file beep.c.

Referenced by BeepClose(), BeepDPC(), BeepStartIo(), BeepUnload(), and DriverEntry().


The documentation for this struct was generated from the following file: