mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
16 lines
306 B
C
16 lines
306 B
C
typedef struct
|
|
{
|
|
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;
|
|
}SOUND_DEVICE_INIT; |