STGM_NOSNAPSHOT constant

int const STGM_NOSNAPSHOT

This flag is used when opening a storage object with STGM_TRANSACTED and without STGM_SHARE_EXCLUSIVE or STGM_SHARE_DENY_WRITE.

Implementation

static const STGM_NOSNAPSHOT = 0x00200000;