Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - typedef struct dc http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
typedef struct dc
{
  HWND hWnd;       /* the window that this DC is associated with */
  HBRUSH attr;     /* the window colors */
  HPEN hPen;       /* pen to draw lines with */
  HBRUSH hBrush;   /* brush to draw with */
  RECT rClipping;  /* the window clipping region */
} DC, *PDC, *HDC, *_HDC;

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