Changeset 11659 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Aug 26, 2008 12:32:46 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35363
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r11655 r11659 7707 7707 <interface 7708 7708 name="IKeyboard" extends="$unknown" 7709 uuid=" 2d1a531b-4c6e-49cc-8af6-5c857b78b5d7"7709 uuid="FD443EC1-000A-4F5B-9282-D72760A66916" 7710 7710 wsmap="managed" 7711 7711 > … … 7724 7724 <method name="putScancodes"> 7725 7725 <desc>Sends an array of scancode to the keyboard.</desc> 7726 <param name="scancodes" type="long" dir="in" safearray="yes"/> 7726 <param name="scancodes" type="long" dir="in" array="count"/> 7727 <param name="count" type="unsigned long" dir="in"/> 7727 7728 <param name="codesStored" type="unsigned long" dir="return"/> 7728 7729 </method>
Note:
See TracChangeset
for help on using the changeset viewer.