Platforms to show: All Mac Windows Linux Cross-Platform

Back to WindowsICMProfileMBS class.

WindowsICMProfileMBS.CREATE_ALWAYS = 2

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the creation mode constants.

Creates a new profile. Overwrites the profile if it exists.

WindowsICMProfileMBS.CREATE_NEW = 1

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the creation mode constants.

Creates a new profile. Fails if the profile already exists.

WindowsICMProfileMBS.FILE_SHARE_READ = 1

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the profile sharing flags.

Other open operations can be performed on the profile for read access.

WindowsICMProfileMBS.FILE_SHARE_WRITE = 2

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the profile sharing flags.

Other open operations can be performed on the profile for write access. Has no effect for WCS XML profiles.

WindowsICMProfileMBS.OPEN_ALWAYS = 4

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the creation mode constants.

Opens the profile if it exists. For ICC profiles, if the profile does not exist, creates the profile. For WCS XML profiles, if the profile does not exist, returns an error.

WindowsICMProfileMBS.OPEN_EXISTING = 3

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the creation mode constants.

Opens the profile. Fails if it does not exist

WindowsICMProfileMBS.PROFILE_READ = 1

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the profile access flags.

Opens the profile for read access.

WindowsICMProfileMBS.PROFILE_READWRITE = 2

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the profile access flags.

Opens the profile for both read and write access. Has no effect for WCS XML profiles.

WindowsICMProfileMBS.TRUNCATE_EXISTING = 5

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 11.1
One of the creation mode constants.

Opens the profile, and truncates it to zero bytes, returning a blank ICC profile. Fails if the profile doesn't exist.

WindowsICMProfileMBS.WCS_DEFAULT = 0

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 14.1
One of the flags for the CreateICCProfile.

Specifies that the new ICC profile contains the original WCS profile in a private WcsProfilesTag.

WindowsICMProfileMBS.WCS_ICCONLY = &h00010000

Type Topic Plugin Version
const Windows ICM MBS Win Plugin 14.1
One of the flags for the CreateICCProfile.

Specifies that the new ICC profile does not contain either the WcsProfilesTag or the original WCS profile.

The items on this page are in the following plugins: MBS Win Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...