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>bandinfo</b> get information about banding capabilities http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
BANDINFO             Get Information About Banding Capabilities


short Escape(hDC, BANDINFO, nCount, lpInData, lpOutData)
HDC hDC;

short nCount;   /* Not used, set to zero */
LPSTR lpInData; /* To structure containing:
                BOOL fGraphFlag; /* YES if graphics are on page */
                BOOL fTextFlag; /* YES if text on page */
                RECT GraphicsRect; /* Rectangle containing graphics */

LPSTR lpOutData; /* To structure containing:
                BOOL fGraphFlag; /* YES if graphics are on page */
                BOOL fTextFlag; /* YES if text on page */
                RECT GraphicsRect; /* Rectangle containing graphics */

Returns:        1 is successful otherwise 0.

Note:           Next call should be Escape NEXTBAND.

See Also: NEXTBAND

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