Share via


IXRWriteableBitmap::Unlock (Compact 2013)

3/28/2014

This method unlocks a bitmap so that other threads can access it.

Syntax

virtual HRESULT STDMETHODCALLTYPE Unlock() = 0;

Parameters

None.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

If you use the IXRWriteableBitmap::Lock method, call this method after you finish changing the bitmap so other threads can access it.

.NET Framework Equivalent

None.

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRWriteableBitmap