LR_SHARED top-level constant

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

Shares the image handle if the image is loaded multiple times. If LR_SHARED is not set, a second call to LoadImage for the same resource will load the image again and return a different handle.

Implementation

@Deprecated('Use IMAGE_FLAGS.LR_SHARED instead')
const LR_SHARED = 0x00008000;