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

Function DirectSoundCreate8

pub unsafe fn DirectSoundCreate8<P2>(
    pcguiddevice: Option<*const GUID>,
    ppds8: *mut Option<IDirectSound8>,
    punkouter: P2,
) -> Result<()>
where P2: Param<IUnknown>,