CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: DefWindowProc

  1. #1
    Join Date
    Feb 2011
    Location
    UK
    Posts
    73

    Question DefWindowProc

    As this function calls the default window procedure to provide default processing for any window messages that an application does not process, i was just wondering what does it do with those messages, does it just basically throw them away?

  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: DefWindowProc

    Quote Originally Posted by TpOreilly View Post
    As this function calls the default window procedure to provide default processing for any window messages that an application does not process, i was just wondering what does it do with those messages, does it just basically throw them away?
    If we knew that, we would be sued by Microsoft since we would have the source code to the Windows OS.

    Anyway, your question answers the question:
    to provide default processing for any window messages that an application does not process
    Regards,

    Paul McKenzie

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured