学习笔记:GetMessage的问题
while(GetMessage(&msg, /*lpMsg: Pointer to an MSG structure that receives message information from the thread's message queue*/
NULL, /* ?? */
0, /*wMsgFilterMin:此两个同时为0,将同时接收键盘和鼠标的消息*/
0 /*wMsgFilterMax: 此两个同时为0,将同时接收键盘和鼠标的消息*/
)
)
请问我上面的注释对吗?那个NULL是什么意思,没看明白
[[it] 本帖最后由 寻乐的狼 于 2009-8-5 18:33 编辑 [/it]]