Changeset 44191 in vbox for trunk/include/VBox
- Timestamp:
- Dec 20, 2012 5:36:56 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82916
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/RemoteDesktop/VRDEVideoIn.h
r43946 r44191 880 880 void *pvUser, 881 881 const VRDEVIDEOINDEVICEHANDLE *pDeviceHandle, 882 VRDEVIDEOINCTRLHDR *pReq,882 const VRDEVIDEOINCTRLHDR *pReq, 883 883 uint32_t cbReq)); 884 884 … … 926 926 * @param pvUser The pvUser parameter of VRDEVideoInGetDeviceDesc. 927 927 * @param pDeviceDesc The device description. 928 * @param cbDevice 928 * @param cbDeviceDesc The size of buffer pointed by pDevice. 929 929 */ 930 930 DECLR3CALLBACKMEMBER(void, VRDECallbackVideoInDeviceDesc,(void *pvCallback, … … 933 933 void *pvUser, 934 934 const VRDEVIDEOINDEVICEDESC *pDeviceDesc, 935 uint32_t cbDevice ));935 uint32_t cbDeviceDesc)); 936 936 937 937 /* Control response or notification. -
trunk/include/VBox/settings.h
r43041 r44191 789 789 ChipsetType_T chipsetType; // requires settings version 1.11 (VirtualBox 4.0) 790 790 791 bool fEmulatedUSBWebcam; // 1.13 (VirtualBox 4.2) 791 792 bool fEmulatedUSBCardReader; // 1.12 (VirtualBox 4.1) 792 793
Note:
See TracChangeset
for help on using the changeset viewer.