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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2223 nsresult (*GetSessionType)(IMachine *pThis, PRUnichar * *sessionType); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_0.h2761 nsresult (*GetSessionType)(IMachine *pThis, PRUnichar * *sessionType); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_1.h2655 nsresult (*GetSessionType)(IMachine *pThis, PRUnichar * *sessionType); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2722 nsresult (*GetSessionType)(IMachine *pThis, PRUnichar * *sessionType); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2976 nsresult (*GetSessionType)(IMachine *pThis, PRUnichar * *sessionType); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3173 nsresult (*GetSessionType)(IMachine *pThis, PRUnichar * *sessionType); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3457 nsresult (*GetSessionType)(IMachine *pThis, PRUnichar * *sessionType); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5160 nsresult (*GetSessionType)(IMachine *pThis, PRUnichar * *sessionType); member in struct:IMachine_vtbl
5884 nsresult (*GetSessionType)(IMachine *pThis, PRUnichar * *sessionType); member in struct:IMachineVtbl
6637 #define IMachine_get_SessionType(p, aSessionType) ((p)->lpVtbl->GetSessionType(p, aSessionType))
6638 #define IMachine_GetSessionType(p, aSessionType) ((p)->lpVtbl->GetSessionType(p, aSessionType))

Completed in 725 milliseconds