LR_SHARED top-level constant

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

const LR_SHARED = 0x00008000;