Share via


IImageSink::PushRawInfo (Windows CE 5.0)

Send Feedback

This method is used by an image source to send raw information about an image to an image sink.

HRESULT PushRawInfo(  void* info);

Parameters

  • info
    [in, out] A void pointer to the image information data.

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.