8 references to STGM_SHARE_EXCLUSIVE
WindowsBase (8)
Base\MS\Internal\IO\Packaging\StorageBasedPackageProperties.cs (1)
88| SafeNativeCompoundFileConstants.STGM_SHARE_EXCLUSIVE;
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (2)
685| SafeNativeCompoundFileConstants.STGM_SHARE_EXCLUSIVE, 1126| SafeNativeCompoundFileConstants.STGM_SHARE_EXCLUSIVE,
Base\System\IO\Packaging\CompoundFile\StorageRoot.cs (2)
138int openFlags = SafeNativeCompoundFileConstants.STGM_SHARE_EXCLUSIVE; 327grfMode |= SafeNativeCompoundFileConstants.STGM_SHARE_EXCLUSIVE;
Base\System\IO\Packaging\CompoundFile\StreamInfo.cs (3)
283grfMode |= SafeNativeCompoundFileConstants.STGM_SHARE_EXCLUSIVE; 495grfMode |= SafeNativeCompoundFileConstants.STGM_SHARE_EXCLUSIVE; 724SafeNativeCompoundFileConstants.STGM_READ | SafeNativeCompoundFileConstants.STGM_SHARE_EXCLUSIVE,