LR_CREATEDIBSECTION top-level constant

  1. @Deprecated('Use IMAGE_FLAGS.LR_CREATEDIBSECTION instead')
int const LR_CREATEDIBSECTION

Causes the function to return a DIB section bitmap rather than a compatible bitmap. This flag is useful for loading a bitmap without mapping it to the colors of the display device.

Implementation

@Deprecated('Use IMAGE_FLAGS.LR_CREATEDIBSECTION instead')
const LR_CREATEDIBSECTION = 0x00002000;