Another application is sending a WM_CLOSE to my application's window.
How can I determine if the WM_CLOSE I receive in the WinProc is from my application and not from another application that used SendMessage?
Another application is sending a WM_CLOSE to my application's window.
How can I determine if the WM_CLOSE I receive in the WinProc is from my application and not from another application that used SendMessage?