Function windows_sys::Win32::Media::Audio::DirectSound::DirectSoundFullDuplexCreate
[−]pub unsafe extern "system" fn DirectSoundFullDuplexCreate(
pcguidcapturedevice: *const GUID,
pcguidrenderdevice: *const GUID,
pcdscbufferdesc: *const DSCBUFFERDESC,
pcdsbufferdesc: *const DSBUFFERDESC,
hwnd: HWND,
dwlevel: u32,
ppdsfd: *mut IDirectSoundFullDuplex,
ppdscbuffer8: *mut IDirectSoundCaptureBuffer8,
ppdsbuffer8: *mut IDirectSoundBuffer8,
punkouter: IUnknown
) -> HRESULT
Expand description
Required features: "Win32_Media_Audio_DirectSound"
, "Win32_Foundation"