Searched refs:pMsgInfo (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dstub.c323 CWPRETSTRUCT *pMsgInfo = (PCWPRETSTRUCT) data2; local
327 if (winInfo && pMsgInfo && winInfo->type == CHROMIUM)
329 switch (pMsgInfo->message)
364 crDebug("Visibility info updated due to unknown hooked message (%d)", pMsgInfo->message);
375 CWPRETSTRUCT *pMsgInfo = (PCWPRETSTRUCT) lParam; local
377 if (nCode>=0 && pMsgInfo)
379 switch (pMsgInfo->message)
399 /*crDebug("hook: unknown message (%d)", pMsgInfo->message);*/

Completed in 48 milliseconds