windows窗口过程函数名词解析 LRESULT CALLBACK WndProc(HWND hwnd,UINT message,WPARAM wParam,LPARAM lParam) 1. LRRESULT lresult: MSDN: 32-bit value returned from a windows procedure or callback function 在winbnt.h中定义为 long long 在windef.h中定义为 long result LRESULT中L表…