windows::Win32::Media::MediaFoundation

Function MFCreateCameraControlMonitor

pub unsafe fn MFCreateCameraControlMonitor<P0, P1>(
    symboliclink: P0,
    callback: P1,
) -> Result<IMFCameraControlMonitor>
where P0: Param<PCWSTR>, P1: Param<IMFCameraControlNotify>,