VC学习笔记之——GetMessage函数

BOOL GetMessage( LPMSG lpMsg, // message information HWND hWnd, // handle to window UINT wMsgFilterMin, // first message UINT wMsgFilterMax // last message ); 在GetMessage函数的第二个参数是一个窗口句柄,我们知道通常情况下是设为NU
相关文章
相关标签/搜索