Function windows::Win32::UI::ColorSystem::ColorProfileSetDisplayDefaultAssociation
pub unsafe fn ColorProfileSetDisplayDefaultAssociation<P0>(
scope: WCS_PROFILE_MANAGEMENT_SCOPE,
profilename: P0,
profiletype: COLORPROFILETYPE,
profilesubtype: COLORPROFILESUBTYPE,
targetadapterid: LUID,
sourceid: u32,
) -> Result<()>where
P0: Param<PCWSTR>,