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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_2.h3407 nsresult (*SetVideoCaptureFile)(IMachine *pThis, PRUnichar * VideoCaptureFile); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5105 nsresult (*SetVideoCaptureFile)(IMachine *pThis, PRUnichar * videoCaptureFile); member in struct:IMachine_vtbl
5829 nsresult (*SetVideoCaptureFile)(IMachine *pThis, PRUnichar * videoCaptureFile); member in struct:IMachineVtbl
6571 #define IMachine_put_VideoCaptureFile(p, aVideoCaptureFile) ((p)->lpVtbl->SetVideoCaptureFile(p, aVideoCaptureFile))
6572 #define IMachine_SetVideoCaptureFile(p, aVideoCaptureFile) ((p)->lpVtbl->SetVideoCaptureFile(p, aVideoCaptureFile))

Completed in 196 milliseconds