Searched defs:GetGroups (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v4_2.h | 3361 nsresult (*GetGroups)(IMachine *pThis, PRUint32 *groupsSize, PRUnichar * **groups); member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v4_3.h | 5053 nsresult (*GetGroups)(IMachine *pThis, PRUint32 *groupsSize, PRUnichar * **groups); member in struct:IMachine_vtbl 5777 nsresult (*GetGroups)(IMachine *pThis, PRUint32 *groupsSize, PRUnichar * **groups); member in struct:IMachineVtbl 6501 #define IMachine_get_Groups(p, aGroups) ((p)->lpVtbl->GetGroups(p, aGroups)) 6502 #define IMachine_GetGroups(p, aGroups) ((p)->lpVtbl->GetGroups(p, aGroups))
|
Completed in 197 milliseconds