Searched defs:puCount (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIKeyboardHandler.cpp1626 void UIKeyboardHandler::fixModifierState(LONG *piCodes, uint *puCount) argument
1650 piCodes[(*puCount)++] = 0x45;
1651 piCodes[(*puCount)++] = 0x45 | 0x80;
1656 piCodes[(*puCount)++] = 0x3a;
1657 piCodes[(*puCount)++] = 0x3a | 0x80;
1663 piCodes[(*puCount)++] = 0x2a;
1664 piCodes[(*puCount)++] = 0x2a | 0x80;
1671 piCodes[(*puCount)++] = 0x45;
1672 piCodes[(*puCount)++] = 0x45 | 0x80;
1677 piCodes[(*puCount)
[all...]

Completed in 57 milliseconds