windows::Win32::UI::ColorSystem

Function WcsSetDefaultColorProfile

pub unsafe fn WcsSetDefaultColorProfile<P1, P5>(
    scope: WCS_PROFILE_MANAGEMENT_SCOPE,
    pdevicename: P1,
    cptcolorprofiletype: COLORPROFILETYPE,
    cpstcolorprofilesubtype: COLORPROFILESUBTYPE,
    dwprofileid: u32,
    pprofilename: P5,
) -> BOOL
where P1: Param<PCWSTR>, P5: Param<PCWSTR>,