windows::Win32::Media::MediaFoundation

Function MFTEnum2

pub unsafe fn MFTEnum2<P4>(
    guidcategory: GUID,
    flags: MFT_ENUM_FLAG,
    pinputtype: Option<*const MFT_REGISTER_TYPE_INFO>,
    poutputtype: Option<*const MFT_REGISTER_TYPE_INFO>,
    pattributes: P4,
    pppmftactivate: *mut *mut Option<IMFActivate>,
    pnummftactivate: *mut u32,
) -> Result<()>
where P4: Param<IMFAttributes>,