OPEN_FULLMUTEX top-level constant
int
const OPEN_FULLMUTEX
The new database connection will use the "serialized" threading mode.
This means the multiple threads can safely attempt to use the same database connection at the same time. (Mutexes will block any actual concurrency, but in this mode there is no harm in trying.)
Implementation
const OPEN_FULLMUTEX = 0x00010000;