IVsTextImage.UnlockImage(UInt32) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies that the text image is not in use.
public:
int UnlockImage(System::UInt32 grfLock);
C++/CX
public:
int UnlockImage(unsigned int grfLock);
int UnlockImage(unsigned int grfLock);
public int UnlockImage(uint grfLock);
abstract member UnlockImage : uint32 -> int
Public Function UnlockImage (grfLock As UInteger) As Integer
- grfLock
- UInt32
[in] Specifies a locking flag. Values are taken from the BufferLockFlags enumeration.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
The environment can request a lock on a text image with a call to LockImage.
From textmgr.idl:
cpp#
HRESULT IVsTextImage::UnlockImage(
[in] DWORD grfLock
);
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |