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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2229 nsresult (*GetLastStateChange)(IMachine *pThis, PRInt64 *lastStateChange); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_0.h2767 nsresult (*GetLastStateChange)(IMachine *pThis, PRInt64 *lastStateChange); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_1.h2661 nsresult (*GetLastStateChange)(IMachine *pThis, PRInt64 *lastStateChange); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2728 nsresult (*GetLastStateChange)(IMachine *pThis, PRInt64 *lastStateChange); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2982 nsresult (*GetLastStateChange)(IMachine *pThis, PRInt64 *lastStateChange); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3179 nsresult (*GetLastStateChange)(IMachine *pThis, PRInt64 *lastStateChange); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3463 nsresult (*GetLastStateChange)(IMachine *pThis, PRInt64 *lastStateChange); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5166 nsresult (*GetLastStateChange)(IMachine *pThis, PRInt64 *lastStateChange); member in struct:IMachine_vtbl
5890 nsresult (*GetLastStateChange)(IMachine *pThis, PRInt64 *lastStateChange); member in struct:IMachineVtbl
6643 #define IMachine_get_LastStateChange(p, aLastStateChange) ((p)->lpVtbl->GetLastStateChange(p, aLastStateChange))
6644 #define IMachine_GetLastStateChange(p, aLastStateChange) ((p)->lpVtbl->GetLastStateChange(p, aLastStateChange))

Completed in 3170 milliseconds