Function ColorProfileAddDisplayAssociation
pub unsafe fn ColorProfileAddDisplayAssociation<P1>(
scope: WCS_PROFILE_MANAGEMENT_SCOPE,
profilename: P1,
targetadapterid: LUID,
sourceid: u32,
setasdefault: bool,
associateasadvancedcolor: bool,
) -> Result<()>where
P1: Param<PCWSTR>,