Changeset 44758 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Feb 20, 2013 11:45:18 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmwebcaminfs.h
r44337 r44758 56 56 57 57 58 #define PDMIWEBCAMUP_IID " 7921e96b-b8e2-4173-a73d-787620fc3cab"58 #define PDMIWEBCAMUP_IID "476c5d41-7bd1-4997-825e-722a72577af3" 59 59 typedef struct PDMIWEBCAMUP *PPDMIWEBCAMUP; 60 60 typedef struct PDMIWEBCAMUP … … 67 67 * @param pDeviceDesc The device description. 68 68 * @param cbDeviceDesc The size of the device description. 69 * @param u32Version The remote video input protocol version. 70 * @param fu32Capabilities The remote video input protocol capabilities. 69 71 */ 70 72 DECLR3CALLBACKMEMBER(int, pfnWebcamUpAttached,(PPDMIWEBCAMUP pInterface, 71 73 uint64_t u64DeviceId, 72 74 const PDMIWEBCAM_DEVICEDESC *pDeviceDesc, 73 uint32_t cbDeviceDesc)); 75 uint32_t cbDeviceDesc, 76 uint32_t u32Version, 77 uint32_t fu32Capabilities)); 74 78 75 79 /*
Note:
See TracChangeset
for help on using the changeset viewer.