IVsTextLayer::UnlockBufferEx Method (UInt32)
Visual Studio 2015
Unlocks the buffer as specified for reading and writing.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- dwFlags
-
Type:
System::UInt32
[in] ORing of BufferLockFlags (currently either BLF_READ or BLF_READ_AND_WRITE)
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsTextLayer::UnlockBufferEx(
[in] DWORD dwFlags
);
Show: