Searched defs:SetVideoCaptureHeight (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_2.h3413 nsresult (*SetVideoCaptureHeight)(IMachine *pThis, PRUint32 VideoCaptureHeight); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5111 nsresult (*SetVideoCaptureHeight)(IMachine *pThis, PRUint32 videoCaptureHeight); member in struct:IMachine_vtbl
5835 nsresult (*SetVideoCaptureHeight)(IMachine *pThis, PRUint32 videoCaptureHeight); member in struct:IMachineVtbl
6579 #define IMachine_put_VideoCaptureHeight(p, aVideoCaptureHeight) ((p)->lpVtbl->SetVideoCaptureHeight(p, aVideoCaptureHeight))
6580 #define IMachine_SetVideoCaptureHeight(p, aVideoCaptureHeight) ((p)->lpVtbl->SetVideoCaptureHeight(p, aVideoCaptureHeight))

Completed in 219 milliseconds