ImageLockMode (Windows Embedded CE 6.0)
1/6/2010
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
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
Header | imaging.h |
Windows Embedded CE | Windows CE 5.0 and later |