windows::Win32::Graphics::DirectDraw

Function DirectDrawCreateEx

pub unsafe fn DirectDrawCreateEx<P3>(
    lpguid: *mut GUID,
    lplpdd: *mut *mut c_void,
    iid: *const GUID,
    punkouter: P3,
) -> Result<()>
where P3: Param<IUnknown>,