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 wndclass http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
typedef struct wndClass
{
  struct wndClass *next;
  DWORD  style;                     /* style bits                     */
  long (PASCAL *lpfnWndProc)();     /* pointer to window proc         */
  long (PASCAL *lpfnDefWndProc)();
  int    cbClsExtra;                /* # of extra bytes for the class */
  int    cbWndExtra;                /* # of extra bytes per window    */
  char   *lpszClassName;            /* the class name                 */
  char   *lpszBaseClass;            /* the name of the base class     */
  WORD   idClass;
  WORD   idBaseClass;
  /* Windows compatibility - these are not used yet by MEWEL */
  HANDLE  hInstance;
  HICON   hIcon;
  HCURSOR hCursor;
  HBRUSH  hbrBackground;
  LPSTR   lpszMenuName;
} WNDCLASS, *PWNDCLASS, *LPWNDCLASS;

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