ImageLockMode
A version of this page is also available for
4/8/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 |
Windows Mobile | Windows Mobile Version 5.0 and later |