IImage::PushIntoSink (Windows CE 5.0)

Send Feedback

This method causes the underlying image object to push its data into an image sink.

HRESULT PushIntoSink(  IImageSink* sink);

Parameters

  • sink
    [in] A pointer to the IImageSink interface that receives data from the image.

Return Values

If successful, this method returns S_OK.

If it fails, this method should return one of the following error values:

  • IMGERR_ABORT
  • IMGERR_CODECNOTFOUND
  • IMGERR_OBJECTBUSY
  • E_FAIL
  • E_OUTOFMEMORY
  • E_UNEXPECTED

It can also return errors passed up from internal calls to IImageSink::PushPixelData, IImageSink::BeginSink, and IImageSink::SetPalette.

For more information, see Error Codes for the Imaging API.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Imaging.h.
Link Library: Imaging.lib.

See Also

IImage | IImageSink::PushPixelData | IImageSink::BeginSink | IImageSink::SetPalette

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.