windows::Win32::UI::ColorSystem

Function WcsDisassociateColorProfileFromDevice

pub unsafe fn WcsDisassociateColorProfileFromDevice<P1, P2>(
    scope: WCS_PROFILE_MANAGEMENT_SCOPE,
    pprofilename: P1,
    pdevicename: P2,
) -> BOOL
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,