IImageSink::ReleasePixelDataBuffer (Windows CE 5.0)
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.
HRESULT ReleasePixelDataBuffer( const BitmapData* bitmapData);
Parameters
- bitmapData
[in] A pointer to the BitmapData object whose memory must be freed.
Return Values
If successful, this method returns S_OK.
This method may return E_NOTIMPL if it fails.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Imaging.h.
Link Library: Imaging.lib.
See Also
IImageSink | IImageSink::GetPixelDataBuffer | BitmapData
Send Feedback on this topic to the authors