ImageLockMode

ImageLockMode enum

Specifies properties of the region of an image being locked.

enum class ImageLockMode

Values

NameValueDescription
ReadOnly1The region is locked only for reading.
WriteOnly2The region is locked only for writing.
ReadWriten/aThe region is locked both for reading and writing.
UserInputBuffer4The image resides in a user input buffer, access to which is controlled by the user.

See Also