The ICCPROFILEDLGPARAMS structure provides information used to initialize the dialog box created by the LDialogFile::DoModalICCProfile function. After the user closes the dialog box, this structure is updated with information about the user's selections.
typedef struct _ICCPROFILEDLGPARAMS
{
L_UINT uStructSize;
ICCPROFILEEXT ICCProfile;
L_TCHAR szLoadFile [ L_MAXPATH ];
L_TCHAR szSaveFile [ L_MAXPATH ];
L_UINT32 uDlgFlags;
LTCOMMDLGHELPCB pfnHelpCallback;
L_VOID * pHelpCallBackUserData;
} ICCPROFILEDLGPARAMS, * LPICCPROFILEDLGPARAMS;
Size of this structure, in bytes. Use the operator size to calculate this value.
A structure that contains the ICC Profile. If this structure contains ICC Profile data the dialog Save button control will be enabled at dialog start up.
Character string that contains the name of the file to load ICC Profile from.
Character string that contains the name of the file to save ICC Profile to.
Flag that indicates the layout and action of the dialog. Possible values are:
Value | Meaning |
---|---|
DLG_ICCPROFILE_SHOW_CONTEXTHELP | [0x00000001] Dialog should contain a context sensitive help icon. |
DLG_ICCPROFILE_SHOW_SAVE | [0x00000002] Dialog should contain Save ICC Profile options. |
DLG_ICCPROFILE_SHOW_LOAD | [0x00000004] Dialog should contain Load ICC Profile options. |
Ignored.
Ignored.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document