user32.dll!UserCallWinProcCheckWow()
Jin Yang
20
Reputation points
My MFC embed WPF, and sometimes I want to show a WPF dialog, it will crash. I find below difference, and want to know when execute the two functions.
- there is not parameter in the crashed call stack: user32.dll!UserCallWinProcCheckWow()
- there are parameters in the working call stack: **user32.dll!UserCallWinProcCheckWow(struct _ACTIVATION_CONTEXT ,__int64 ()(struct tagWND *,unsigned int,unsigned __int64,int64),struct HWND ,enum _WM_VALUE,unsigned __int64,__int64,void ,int)
work well call stack:
crashed call stack:
Sign in to answer