2 implementations of UnlockRegion
System.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
227
HRESULT IStream.Interface.
UnlockRegion
(ulong libOffset, ulong cb, uint dwLockType) => HRESULT.STG_E_INVALIDFUNCTION;
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\GlobalInterfaceTableTests.cs (1)
47
public HRESULT
UnlockRegion
(ulong libOffset, ulong cb, uint dwLockType) => throw new NotImplementedException();
1 reference to UnlockRegion
System.Private.Windows.Core (1)
Windows.Win32.IStream.g.cs (1)
330
return __object.
UnlockRegion
(libOffset, cb, dwLockType);