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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_2.h3404 nsresult (*SetVideoCaptureEnabled)(IMachine *pThis, PRBool VideoCaptureEnabled); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5099 nsresult (*SetVideoCaptureEnabled)(IMachine *pThis, PRBool videoCaptureEnabled); member in struct:IMachine_vtbl
5823 nsresult (*SetVideoCaptureEnabled)(IMachine *pThis, PRBool videoCaptureEnabled); member in struct:IMachineVtbl
6563 #define IMachine_put_VideoCaptureEnabled(p, aVideoCaptureEnabled) ((p)->lpVtbl->SetVideoCaptureEnabled(p, aVideoCaptureEnabled))
6564 #define IMachine_SetVideoCaptureEnabled(p, aVideoCaptureEnabled) ((p)->lpVtbl->SetVideoCaptureEnabled(p, aVideoCaptureEnabled))

Completed in 195 milliseconds