GdipCreateBitmapFromStream

 

 

Description

Creates a Bitmap object based on a stream.

Syntax

GpStatus WINGDIPAPI GdipCreateBitmapFromStream(

    IStream* stream,

    GpBitmap **bitmap

);

PowerBASIC Syntax

DECLARE FUNCTION GdipCreateBitmapFromStream ( _

    BYVAL pstream AS DWORD, _

    BYREF pbitmap AS DWORD _

) AS LONG

Parameters

 

stream

[in] Pointer to an IStream COM interface.

bitmap

[out] Pointer to a DWORD variable that recives a pointer to a Bitmap object.

 

Valid HTML 4.01 Transitional