5 references to Ole32
Microsoft.DotNet.SignCheckLibrary (5)
Interop\StructuredStorage.cs (3)
46
int hresult =
Ole32
.StgOpenStorageEx(filename, STGM.STGM_READ | STGM.STGM_SHARE_EXCLUSIVE,
47
Ole32
.STGFMT_STORAGE, 0, IntPtr.Zero, IntPtr.Zero, ref iidStorage, out object rootStorageObj);
124
hr =
Ole32
.StgCreateDocfile(storageFullName,
Verification\OleStorageSecurityInfoProvider.cs (2)
30
int hr =
Ole32
.StgOpenStorageEx(path, STGM.STGM_READ | STGM.STGM_SHARE_EXCLUSIVE,
31
Ole32
.STGFMT_STORAGE, 0, IntPtr.Zero, IntPtr.Zero, ref iidStorage, out object storageObj);