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