Struct windows_sys::Win32::UI::ColorSystem::COLORMATCHSETUPA
[−]#[repr(C)]pub struct COLORMATCHSETUPA {Show 19 fields
pub dwSize: u32,
pub dwVersion: u32,
pub dwFlags: u32,
pub hwndOwner: HWND,
pub pSourceName: PSTR,
pub pDisplayName: PSTR,
pub pPrinterName: PSTR,
pub dwRenderIntent: u32,
pub dwProofingIntent: u32,
pub pMonitorProfile: PSTR,
pub ccMonitorProfile: u32,
pub pPrinterProfile: PSTR,
pub ccPrinterProfile: u32,
pub pTargetProfile: PSTR,
pub ccTargetProfile: u32,
pub lpfnHook: DLGPROC,
pub lParam: LPARAM,
pub lpfnApplyCallback: PCMSCALLBACKA,
pub lParamApplyCallback: LPARAM,
}Expand description
Required features: ‘Win32_UI_ColorSystem’, ‘Win32_Foundation’, ‘Win32_UI_WindowsAndMessaging’
Fields
dwSize: u32dwVersion: u32dwFlags: u32hwndOwner: HWNDpSourceName: PSTRpDisplayName: PSTRpPrinterName: PSTRdwRenderIntent: u32dwProofingIntent: u32pMonitorProfile: PSTRccMonitorProfile: u32pPrinterProfile: PSTRccPrinterProfile: u32pTargetProfile: PSTRccTargetProfile: u32lpfnHook: DLGPROClParam: LPARAMlpfnApplyCallback: PCMSCALLBACKAlParamApplyCallback: LPARAM