Searched defs:GetSessions (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v4_2.h | 5305 nsresult (*GetSessions)(IGuest *pThis, PRUint32 *sessionsSize, IGuestSession * **sessions); member in struct:IGuest_vtbl
|
H A D | VBoxCAPI_v4_3.h | 10408 nsresult (*GetSessions)(IGuest *pThis, PRUint32 *sessionsSize, IGuestSession * **sessions); member in struct:IGuest_vtbl 10576 nsresult (*GetSessions)(IGuest *pThis, PRUint32 *sessionsSize, IGuestSession * **sessions); member in struct:IGuestVtbl 10741 #define IGuest_get_Sessions(p, aSessions) ((p)->lpVtbl->GetSessions(p, aSessions)) 10742 #define IGuest_GetSessions(p, aSessions) ((p)->lpVtbl->GetSessions(p, aSessions))
|
Completed in 276 milliseconds