FR_ENABLETEMPLATEHANDLE top-level constant

  1. @Deprecated('Use FINDREPLACE_FLAGS.FR_ENABLETEMPLATEHANDLE instead')
int const FR_ENABLETEMPLATEHANDLE

Indicates that the hInstance member identifies a data block that contains a preloaded dialog box template. The system ignores the lpTemplateName member if this flag is specified.

Implementation

@Deprecated('Use FINDREPLACE_FLAGS.FR_ENABLETEMPLATEHANDLE instead')
const FR_ENABLETEMPLATEHANDLE = 0x00002000;