WICBitmapLockFlags enumeration (wincodec.h)
Specifies access to an IWICBitmap.
Syntax
typedef enum WICBitmapLockFlags {
WICBitmapLockRead = 0x1,
WICBitmapLockWrite = 0x2,
WICBITMAPLOCKFLAGS_FORCE_DWORD = 0x7fffffff
} ;
Constants
WICBitmapLockRead Value: 0x1 A read access lock. |
WICBitmapLockWrite Value: 0x2 A write access lock. |
WICBITMAPLOCKFLAGS_FORCE_DWORD Value: 0x7fffffff |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | wincodec.h |