Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors