LR_LOADFROMFILE top-level constant

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

Loads the stand-alone image from the file specified by lpszName (icon, cursor, or bitmap file).

Implementation

@Deprecated('Use IMAGE_FLAGS.LR_LOADFROMFILE instead')
const LR_LOADFROMFILE = 0x00000010;