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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2221 nsresult (*GetSessionState)(IMachine *pThis, PRUint32 *sessionState); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_0.h2759 nsresult (*GetSessionState)(IMachine *pThis, PRUint32 *sessionState); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_1.h2653 nsresult (*GetSessionState)(IMachine *pThis, PRUint32 *sessionState); member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h2720 nsresult (*GetSessionState)(IMachine *pThis, PRUint32 *sessionState); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h2974 nsresult (*GetSessionState)(IMachine *pThis, PRUint32 *sessionState); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3171 nsresult (*GetSessionState)(IMachine *pThis, PRUint32 *sessionState); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3455 nsresult (*GetSessionState)(IMachine *pThis, PRUint32 *sessionState); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5158 nsresult (*GetSessionState)(IMachine *pThis, PRUint32 *sessionState); member in struct:IMachine_vtbl
5882 nsresult (*GetSessionState)(IMachine *pThis, PRUint32 *sessionState); member in struct:IMachineVtbl
6635 #define IMachine_get_SessionState(p, aSessionState) ((p)->lpVtbl->GetSessionState(p, aSessionState))
6636 #define IMachine_GetSessionState(p, aSessionState) ((p)->lpVtbl->GetSessionState(p, aSessionState))

Completed in 502 milliseconds