Re: Windows c programing

From: Richard Heathfield (dontmail_at_address.co.uk.invalid)
Date: 11/16/03


Date: Sun, 16 Nov 2003 12:50:14 +0000 (UTC)

Glen wrote:

> Hello.
> Can some one explain me why below example work
>
>
> LRESULT CALLBACK WndProc (HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM
> lParam)

Try comp.os.ms-windows.programmer.win32 - where the Windows expertise is
much more reliable than in a general C newsgroup such as this.

<snip>

-- 
Richard Heathfield : binary@eton.powernet.co.uk
"Usenet is a strange place." - Dennis M Ritchie, 29 July 1999.
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html
K&R answers, C books, etc: http://users.powernet.co.uk/eton


Relevant Pages

  • Re: Windows c programing
    ... > LRESULT CALLBACK WndProc (HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM ... > HDC hdc; ...
    (comp.lang.c)
  • Re: Shutdown hook
    ... > LRESULT CALLBACK WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM ... Alessio. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Shutdown hook
    ... >> LRESULT CALLBACK WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM ...
    (microsoft.public.win32.programmer.kernel)
  • Re: In the need for some advice!
    ... LRESULT CALLBACK CW1_WndProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM ...
    (microsoft.public.vc.language)
  • RE: Strange Onscreen Keyboard problem
    ... LRESULT CALLBACK WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM ... LRESULT OnMouseMove(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); ...
    (microsoft.public.vc.mfc)