Searched defs:GetStateFilePath (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2231 nsresult (*GetStateFilePath)(IMachine *pThis, PRUnichar * *stateFilePath); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_0.h2769 nsresult (*GetStateFilePath)(IMachine *pThis, PRUnichar * *stateFilePath); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_1.h2663 nsresult (*GetStateFilePath)(IMachine *pThis, PRUnichar * *stateFilePath); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2730 nsresult (*GetStateFilePath)(IMachine *pThis, PRUnichar * *stateFilePath); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2984 nsresult (*GetStateFilePath)(IMachine *pThis, PRUnichar * *stateFilePath); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3181 nsresult (*GetStateFilePath)(IMachine *pThis, PRUnichar * *stateFilePath); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3465 nsresult (*GetStateFilePath)(IMachine *pThis, PRUnichar * *stateFilePath); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5168 nsresult (*GetStateFilePath)(IMachine *pThis, PRUnichar * *stateFilePath); member in struct:IMachine_vtbl
5892 nsresult (*GetStateFilePath)(IMachine *pThis, PRUnichar * *stateFilePath); member in struct:IMachineVtbl
6645 #define IMachine_get_StateFilePath(p, aStateFilePath) ((p)->lpVtbl->GetStateFilePath(p, aStateFilePath))
6646 #define IMachine_GetStateFilePath(p, aStateFilePath) ((p)->lpVtbl->GetStateFilePath(p, aStateFilePath))

Completed in 278 milliseconds