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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_2.h3459 nsresult (*GetSessionPID)(IMachine *pThis, PRUint32 *sessionPID); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5162 nsresult (*GetSessionPID)(IMachine *pThis, PRUint32 *sessionPID); member in struct:IMachine_vtbl
5886 nsresult (*GetSessionPID)(IMachine *pThis, PRUint32 *sessionPID); member in struct:IMachineVtbl
6639 #define IMachine_get_SessionPID(p, aSessionPID) ((p)->lpVtbl->GetSessionPID(p, aSessionPID))
6640 #define IMachine_GetSessionPID(p, aSessionPID) ((p)->lpVtbl->GetSessionPID(p, aSessionPID))

Completed in 195 milliseconds