Debug Assertion Failed!
File:wincore.cpp
line:3117
//--------------------------------------(3117)
BOOL PASCAL CWnd::WalkPreTranslateTree(HWND hWndStop, MSG* pMsg)
{
ASSERT(hWndStop == NULL || ::IsWindow(hWndStop));
ASSERT(pMsg != NULL);......}请问发生这种错误的原因是什么?