windows::Win32::System::ComponentServices

Function CoCreateActivity

pub unsafe fn CoCreateActivity<P0>(
    piunknown: P0,
    riid: *const GUID,
    ppobj: *mut *mut c_void,
) -> Result<()>
where P0: Param<IUnknown>,