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

/vbox/src/VBox/Main/src-client/
H A DKeyboardImpl.cpp170 * @param aCodesStored Address of variable to store the number
175 ULONG *aCodesStored)
197 if (aCodesStored)
198 *aCodesStored = (uint32_t)aScancodes.size();
208 if (aCodesStored)
209 *aCodesStored = sent;
174 putScancodes(const std::vector<LONG> &aScancodes, ULONG *aCodesStored) argument

Completed in 41 milliseconds