Skip to content

Latest commit

 

History

History
63 lines (54 loc) · 2.31 KB

nn-wincodec-iwicbitmaplock.md

File metadata and controls

63 lines (54 loc) · 2.31 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:wincodec.IWICBitmapLock
IWICBitmapLock (wincodec.h)
Exposes methods that support the Lock method.
IWICBitmapLock
IWICBitmapLock interface [Windows Imaging Component]
IWICBitmapLock interface [Windows Imaging Component]
described
_wic_codec_iwicbitmaplock
wic._wic_codec_iwicbitmaplock
wincodec/IWICBitmapLock
wic\_wic_codec_iwicbitmaplock.htm
wic
c0ddbc25-6abe-484b-a545-3b9376c514df
12/05/2018
IWICBitmapLock, IWICBitmapLock interface [Windows Imaging Component], IWICBitmapLock interface [Windows Imaging Component],described, _wic_codec_iwicbitmaplock, wic._wic_codec_iwicbitmaplock, wincodec/IWICBitmapLock
wincodec.h
Windows
Windows XP with SP2, Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 [desktop apps \| UWP apps]
Wincodec.idl
Windowscodecs.lib
Windowscodecs.dll
Windows
19H1
IWICBitmapLock
wincodec/IWICBitmapLock
c++
APIRef
kbSyntax
COM
Windowscodecs.dll
IWICBitmapLock

IWICBitmapLock interface

-description

Exposes methods that support the Lock method.

-inheritance

The IWICBitmapLock interface inherits from the IUnknown interface. IWICBitmapLock also has these types of members:

-remarks

The bitmap lock is simply an abstraction for a rectangular memory window into the bitmap. For the simplest case, a system memory bitmap, this is simply a pointer to the top left corner of the rectangle and a stride value.

To release the exclusive lock set by Lock method and the associated IWICBitmapLock object, call IUnknown::Release on the IWICBitmapLock object.