SEM_NOOPENFILEERRORBOX top-level constant

  1. @Deprecated('Use THREAD_ERROR_MODE.SEM_NOOPENFILEERRORBOX instead')
int const SEM_NOOPENFILEERRORBOX

The OpenFile function does not display a message box when it fails to find a file. Instead, the error is returned to the caller. This error mode overrides the OF_PROMPT flag.

Implementation

@Deprecated('Use THREAD_ERROR_MODE.SEM_NOOPENFILEERRORBOX instead')
const SEM_NOOPENFILEERRORBOX = 0x8000;