STGM_SHARE_DENY_READ constant

int const STGM_SHARE_DENY_READ

Prevents others from subsequently opening the object in STGM_READ mode. It is typically used on a root storage object.

Implementation

static const STGM_SHARE_DENY_READ = 0x00000030;