windows::Win32::Media::Audio::DirectSound

Function DirectSoundCreate

pub unsafe fn DirectSoundCreate<P2>(
    pcguiddevice: Option<*const GUID>,
    ppds: *mut Option<IDirectSound>,
    punkouter: P2,
) -> Result<()>
where P2: Param<IUnknown>,