Share via


ImageLockMode (Compact 2013)

3/26/2014

This feature is being deprecated for this release. Refer to this component: Windows Imaging Component.

This enumeration provides flags that describe image access modes for the IBitmapImage::LockBits method.

Syntax

enum ImageLockMode {
    ImageLockModeRead         = 0x0001,
    ImageLockModeWrite        = 0x0002,
    ImageLockModeUserInputBuf = 0x0004
};

Elements

  • ImageLockModeRead
    The bitmap image is locked for reading.
  • ImageLockModeWrite
    The bitmap image is locked for writing.
  • ImageLockModeUserInputBuf
    The bitmap image is locked as a user input buffer.

Requirements

Header

imaging.h

See Also

Reference

Imaging Enumerations