5 references to STGM_SHARE_EXCLUSIVE
Microsoft.DotNet.SignCheckLibrary (5)
Interop\StructuredStorage.cs (3)
46
int hresult = Ole32.StgOpenStorageEx(filename, STGM.STGM_READ | STGM.
STGM_SHARE_EXCLUSIVE
,
114
rootStorage.OpenStorage(storageName, null, (STGM.STGM_READ | STGM.
STGM_SHARE_EXCLUSIVE
), IntPtr.Zero, 0, out stg);
125
STGM.STGM_WRITE | STGM.
STGM_SHARE_EXCLUSIVE
| STGM.STGM_CREATE,
Verification\OleStorageSecurityInfoProvider.cs (2)
30
int hr = Ole32.StgOpenStorageEx(path, STGM.STGM_READ | STGM.
STGM_SHARE_EXCLUSIVE
,
42
storage.OpenStream(DigitalSignatureStreamName, IntPtr.Zero, STGM.STGM_READ | STGM.
STGM_SHARE_EXCLUSIVE
, 0, out stream);