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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_2.h3362 nsresult (*SetGroups)(IMachine *pThis, PRUint32 groupsSize, PRUnichar * *groups); member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5054 nsresult (*SetGroups)(IMachine *pThis, PRUint32 groupsSize, PRUnichar * *groups); member in struct:IMachine_vtbl
5778 nsresult (*SetGroups)(IMachine *pThis, PRUint32 groupsSize, PRUnichar * *groups); member in struct:IMachineVtbl
6503 #define IMachine_put_Groups(p, aGroups) ((p)->lpVtbl->SetGroups(p, aGroups))
6504 #define IMachine_SetGroups(p, aGroups) ((p)->lpVtbl->SetGroups(p, aGroups))

Completed in 753 milliseconds