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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_2.h3406 nsresult (*GetVideoCaptureFile)(IMachine *pThis, PRUnichar * *VideoCaptureFile); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5104 nsresult (*GetVideoCaptureFile)(IMachine *pThis, PRUnichar * *videoCaptureFile); member in struct:IMachine_vtbl
5828 nsresult (*GetVideoCaptureFile)(IMachine *pThis, PRUnichar * *videoCaptureFile); member in struct:IMachineVtbl
6569 #define IMachine_get_VideoCaptureFile(p, aVideoCaptureFile) ((p)->lpVtbl->GetVideoCaptureFile(p, aVideoCaptureFile))
6570 #define IMachine_GetVideoCaptureFile(p, aVideoCaptureFile) ((p)->lpVtbl->GetVideoCaptureFile(p, aVideoCaptureFile))

Completed in 195 milliseconds