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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Devtloop.cpp150 PBYTE pChmsg = (PBYTE)&(pMsg->msg); local
151 USHORT uSch = CHARMSG(pChmsg)->chr;
157 if(!(CHARMSG(pChmsg)->fs & KC_KEYUP))
159 if((CHARMSG(pChmsg)->fs & (KC_ALT | KC_CTRL)) && CHARMSG(pChmsg)->chr != 0)
160 CHARMSG(pChmsg)->chr = (USHORT)wxToupper((UCHAR)uSch);
175 CHARMSG(pChmsg)->chr = uSch;

Completed in 41 milliseconds