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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_2.h3361 nsresult (*GetGroups)(IMachine *pThis, PRUint32 *groupsSize, PRUnichar * **groups); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5053 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 198 milliseconds