Changeset 17336 in vbox for trunk/src/VBox/Main/include/USBControllerImpl.h
- Timestamp:
- Mar 4, 2009 9:27:24 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43712
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/USBControllerImpl.h
r15157 r17336 99 99 STDMETHOD(COMSETTER(EnabledEhci)) (BOOL aEnabled); 100 100 STDMETHOD(COMGETTER(USBStandard)) (USHORT *aUSBStandard); 101 STDMETHOD(COMGETTER(DeviceFilters)) ( IUSBDeviceFilterCollection **aDevicesFilters);101 STDMETHOD(COMGETTER(DeviceFilters)) (ComSafeArrayOut (IUSBDeviceFilter *, aDevicesFilters)); 102 102 103 103 // IUSBController methods
Note:
See TracChangeset
for help on using the changeset viewer.