Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygendevices.h
Go to the documentation of this file.
00001 typedef struct 00002 { 00003 LPSTR LeftVolumeName; 00004 LPSTR RightVolumeName; 00005 ULONG DefaultVolume; 00006 ULONG Type; 00007 ULONG DeviceType; 00008 char Key[4]; 00009 LPSTR PrototypeName; 00010 PVOID DeferredRoutine; 00011 PVOID ExclusionRoutine; 00012 PVOID DispatchRoutine; 00013 PVOID DevCapsRoutine; 00014 PVOID HwSetVolume; 00015 ULONG IoMethod; 00016 }SOUND_DEVICE_INIT; Generated on Sat May 26 2012 04:26:35 for ReactOS by
1.7.6.1
|