IImageSink::ReleasePixelDataBuffer (Compact 2013)
3/26/2014
This feature is being deprecated for this release. Refer to this component: Windows Imaging Component.
This method is used by an image source to free memory that was allocated for an image by an image sink during a call to IImageSink::GetPixelDataBuffer.
Syntax
HRESULT ReleasePixelDataBuffer(
const BitmapData* bitmapData
);
Parameters
- bitmapData
[in] A pointer to the BitmapData object whose memory must be freed.
Return Value
If successful, this method returns S_OK.
This method may return E_NOTIMPL if it fails.
Requirements
Header |
imaging.h |
Library |
Imaging.lib |