'What's the windows message of ID 96/0x0060?
I find a strange crash in my application when in the message loop using PeekMessage.The applcaition is built with VS2013 and run in Windows 11. The application dosen't crash in Windows 10 but only in Windows 11. The callstack when it crashed is as below:
KernelBase.dll!RaiseFailFastException()
CoreMessaging.dll!CFlat::Abandonment::FailWithException(struct _EXCEPTION_RECORD *,struct _CONTEXT *)
CoreMessaging.dll!CFlat::Abandonment::FailWithHR(int,void *,int)
CoreMessaging.dll!AlpcConnection::Callback_ProcessIncoming()
CoreMessaging.dll!Microsoft::CoreUI::Messaging::CrossProcessReceivePort$AlpcReceiveSource::OnReceive()
CoreMessaging.dll!Microsoft::CoreUI::Dispatch::OffThreadReceiver::Callback_OnDispatch()
CoreMessaging.dll!Microsoft::CoreUI::Dispatch::EventLoop::Callback_RunCoreLoop()
CoreMessaging.dll!Microsoft::CoreUI::Dispatch::UserAdapter::OnUserDispatch()
CoreMessaging.dll!Microsoft::CoreUI::Dispatch::UserAdapter::DoWork()
CoreMessaging.dll!Microsoft::CoreUI::Dispatch::UserAdapter::WindowProc()
user32.dll!UserCallWinProcCheckWow()
user32.dll!CallWindowProcAorW(__int64 (*)(struct HWND__ *,unsigned int,unsigned __int64,__int64),struct HWND__ *,enum _WM_VALUE,unsigned __int64,__int64,int)
user32.dll!CallWindowProcA()
mfc120.dll!00007ffbc54c625b()
user32.dll!UserCallWinProcCheckWow()
user32.dll!DispatchClientMessage()
user32.dll!__fnDWORD()
ntdll.dll!00007ffc197676a4()
win32u.dll!00007ffc16e413b4()
user32.dll!_PeekMessage()
user32.dll!PeekMessageA()
By the disassemble code I find the message ID which CallWindowProc dispatches is 96(decimal)/0x0060,but I can't find what this message ID is. Dose anyone know about this message or some suggestions about this crash?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
