windows::Win32::Media::Audio::DirectSoundFunction DirectSoundFullDuplexCreate
pub unsafe fn DirectSoundFullDuplexCreate<P9>(
pcguidcapturedevice: Option<*const GUID>,
pcguidrenderdevice: Option<*const GUID>,
pcdscbufferdesc: *const DSCBUFFERDESC,
pcdsbufferdesc: *const DSBUFFERDESC,
hwnd: HWND,
dwlevel: u32,
ppdsfd: *mut Option<IDirectSoundFullDuplex>,
ppdscbuffer8: *mut Option<IDirectSoundCaptureBuffer8>,
ppdsbuffer8: *mut Option<IDirectSoundBuffer8>,
punkouter: P9,
) -> Result<()>where
P9: Param<IUnknown>,