These can be OR'd together. More...
| Defines | |
| #define | BMM_CUSTOM_GAMMA ((DWORD)(1 << 0)) | 
| Custom gamma setting. | |
| #define | BMM_CUSTOM_SIZE ((DWORD)(1 << 1)) | 
| Custom size setting. | |
| #define | BMM_CUSTOM_RESFIT ((DWORD)(1 << 2)) | 
| Bitmap is to be resized. | |
| #define | BMM_CUSTOM_POS ((DWORD)(1 << 3)) | 
| Bitmap has a custom positioning. | |
| #define | BMM_CUSTOM_FILEGAMMA ((DWORD)(1 << 4)) | 
| Bitmap has a custom file gamma setting. | |
| #define | BMM_CUSTOM_IFLENUMFILES ((DWORD)(1 << 5)) | 
| #define | BMM_CUSTOM_HDR_TYPE ((DWORD)(1 << 6)) | 
| Internal Use Only. | |
These can be OR'd together.
| #define BMM_CUSTOM_GAMMA ((DWORD)(1 << 0)) | 
Custom gamma setting.
| #define BMM_CUSTOM_SIZE ((DWORD)(1 << 1)) | 
Custom size setting.
| #define BMM_CUSTOM_RESFIT ((DWORD)(1 << 2)) | 
Bitmap is to be resized.
| #define BMM_CUSTOM_POS ((DWORD)(1 << 3)) | 
Bitmap has a custom positioning.
| #define BMM_CUSTOM_FILEGAMMA ((DWORD)(1 << 4)) | 
Bitmap has a custom file gamma setting.
| #define BMM_CUSTOM_IFLENUMFILES ((DWORD)(1 << 5)) | 
| #define BMM_CUSTOM_HDR_TYPE ((DWORD)(1 << 6)) | 
Internal Use Only.
Bitmap has custom hdr type that reads storage infor from BitMap Info and not from UI.