ImageLockMode (Windows CE 5.0)

Send Feedback

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

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

Elements

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

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Imaging.h.

See Also

Imaging Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.