Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Win 2 API - <b>drawpatternrect</b> create pattern, grey or black rectangle http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
DRAWPATTERNRECT      Create Pattern, Grey or Black Rectangle

short Escape(hDC, DRAWPATTERNRECT, NULL, lpInData, NULL)
HDC hDC;


LPSTR lpInData; /* To structure containing:
                POINT prPosition; /* Upper left */
                POINT prSize; /* Lower right */
                WORD prStyle; /* 0 Black rule */
                              /* 1 Gray scale */
                              /* 3 HP-defined */
                WORD prPattern; /* % gray or HP pattern */




Returns:        1 is successful otherwise 0.

Note:           Use QUERYESCSUPPORT escape to determine if this is
                possible.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson