Vincent Povirk <[EMAIL PROTECTED]> at Aug 21, 2008 8:49 PM (MST) wrote about 
[PATCH] shell32 - handle WM_CLOSE in the Control Panel window (fixed)
>
>WM_CLOSE is already handled by the default window procedure,
>DefWindowProcW, which calls DestroyWindow. It's only necessary to
>override the default for WM_CLOSE if you want to prevent the window
>from being destroyed.
>
So what is the use of this case?  Is it to prevent DestroyWindow from being 
called or is it to insert additional code before DestroyWindow is called.  I'll 
have to git the current source and examine it further.  Thank you for advising 
of the original case, which I had not assumed was what happened on a WM_CLOSE 
message.

James McKenzie


Reply via email to