VirtualBox

Changeset 44758 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Feb 20, 2013 11:45:18 AM (12 years ago)
Author:
vboxsync
Message:

include,ExtPacks\Puel\UsbWebcam,Main,VRDP: emulated USB webcam updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmwebcaminfs.h

    r44337 r44758  
    5656
    5757
    58 #define PDMIWEBCAMUP_IID "7921e96b-b8e2-4173-a73d-787620fc3cab"
     58#define PDMIWEBCAMUP_IID "476c5d41-7bd1-4997-825e-722a72577af3"
    5959typedef struct PDMIWEBCAMUP *PPDMIWEBCAMUP;
    6060typedef struct PDMIWEBCAMUP
     
    6767     * @param pDeviceDesc  The device description.
    6868     * @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.
    6971     */
    7072    DECLR3CALLBACKMEMBER(int, pfnWebcamUpAttached,(PPDMIWEBCAMUP pInterface,
    7173                                                   uint64_t u64DeviceId,
    7274                                                   const PDMIWEBCAM_DEVICEDESC *pDeviceDesc,
    73                                                    uint32_t cbDeviceDesc));
     75                                                   uint32_t cbDeviceDesc,
     76                                                   uint32_t u32Version,
     77                                                   uint32_t fu32Capabilities));
    7478
    7579    /*
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette