[ros-bugs] [Bug 4784] GDI32: GdiDrawStream is unimplemented, please try again later.

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Fri Jan 22 04:02:09 CET 2010


http://www.reactos.org/bugzilla/show_bug.cgi?id=4784





--- Comment #4 from jimtabor <james.tabor at reactos.org>  2010-01-22 04:02:08 CET ---
Good data from the source of the program!

typedef struct GdiDrawStreamStruct_tag
{
        DWORD   signature;     // = 0x44727753;//"Swrd"
        DWORD   reserved;      // Zero value.
        HDC     hDC;           // handle to the device object of windiw to
draw.
        RECT    rcDest;        // desination rect of window to draw.
        DWORD   unknown1;      // must be 1.
        HBITMAP hImage;        // handle to the specia bitmap image.
        DWORD   unknown2;      // must be 9.
        RECT    rcClip;        // desination rect of window to draw.
        RECT    rcSrc;         // source rect of bitmap to draw.
        DWORD   drawOption;    // option flag for drawing image.
        DWORD   leftArcValue;  // arc value of left side.
        DWORD   rightArcValue; // arc value of right side.
        DWORD   topArcValue;   // arc value of top side.
        DWORD   bottomArcValue;// arc value of bottom side.
        DWORD   crTransparent; // transparent color.

} GdiDrawStreamStruct, *PGdiDrawStreamStruct;

drawOption use psdk/uxtheme.h DTBG_ flags

BOOL GdiDrawStream(hDC,sizeof(GdiDrawStreamStruct),m_pGDSData);


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Ros-bugs mailing list