ReactOS 0.4.15-dev-7942-gd23573b
SOUND_DEVICE_INIT Struct Reference

#include <devices.h>

Collaboration diagram for SOUND_DEVICE_INIT:

Public Attributes

LPSTR LeftVolumeName
 
LPSTR RightVolumeName
 
ULONG DefaultVolume
 
ULONG Type
 
ULONG DeviceType
 
char Key [4]
 
LPSTR PrototypeName
 
PVOID DeferredRoutine
 
PVOID ExclusionRoutine
 
PVOID DispatchRoutine
 
PVOID DevCapsRoutine
 
PVOID HwSetVolume
 
ULONG IoMethod
 

Detailed Description

Definition at line 1 of file devices.h.

Member Data Documentation

◆ DefaultVolume

ULONG SOUND_DEVICE_INIT::DefaultVolume

Definition at line 5 of file devices.h.

◆ DeferredRoutine

PVOID SOUND_DEVICE_INIT::DeferredRoutine

Definition at line 10 of file devices.h.

◆ DevCapsRoutine

PVOID SOUND_DEVICE_INIT::DevCapsRoutine

Definition at line 13 of file devices.h.

◆ DeviceType

ULONG SOUND_DEVICE_INIT::DeviceType

Definition at line 7 of file devices.h.

◆ DispatchRoutine

PVOID SOUND_DEVICE_INIT::DispatchRoutine

Definition at line 12 of file devices.h.

◆ ExclusionRoutine

PVOID SOUND_DEVICE_INIT::ExclusionRoutine

Definition at line 11 of file devices.h.

◆ HwSetVolume

PVOID SOUND_DEVICE_INIT::HwSetVolume

Definition at line 14 of file devices.h.

◆ IoMethod

ULONG SOUND_DEVICE_INIT::IoMethod

Definition at line 15 of file devices.h.

◆ Key

char SOUND_DEVICE_INIT::Key

Definition at line 8 of file devices.h.

◆ LeftVolumeName

LPSTR SOUND_DEVICE_INIT::LeftVolumeName

Definition at line 3 of file devices.h.

◆ PrototypeName

LPSTR SOUND_DEVICE_INIT::PrototypeName

Definition at line 9 of file devices.h.

◆ RightVolumeName

LPSTR SOUND_DEVICE_INIT::RightVolumeName

Definition at line 4 of file devices.h.

◆ Type

ULONG SOUND_DEVICE_INIT::Type

Definition at line 6 of file devices.h.


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