STGM_TRANSACTED constant

int const STGM_TRANSACTED

Indicates that, in transacted mode, changes are buffered and written only if an explicit commit operation is called.

Implementation

static const STGM_TRANSACTED = 0x00010000;