Searched defs:GetNumGroups (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h6175 nsresult (*GetNumGroups)(IBandwidthControl *pThis, PRUint32 *numGroups); member in struct:IBandwidthControl_vtbl
H A DVBoxCAPI_v4_1.h6573 nsresult (*GetNumGroups)(IBandwidthControl *pThis, PRUint32 *numGroups); member in struct:IBandwidthControl_vtbl
H A DVBoxCAPI_v4_2.h7537 nsresult (*GetNumGroups)(IBandwidthControl *pThis, PRUint32 *numGroups); member in struct:IBandwidthControl_vtbl
H A DVBoxCAPI_v4_3.h15699 nsresult (*GetNumGroups)(IBandwidthControl *pThis, PRUint32 *numGroups); member in struct:IBandwidthControl_vtbl
15732 nsresult (*GetNumGroups)(IBandwidthControl *pThis, PRUint32 *numGroups); member in struct:IBandwidthControlVtbl
15762 #define IBandwidthControl_get_NumGroups(p, aNumGroups) ((p)->lpVtbl->GetNumGroups(p, aNumGroups))
15763 #define IBandwidthControl_GetNumGroups(p, aNumGroups) ((p)->lpVtbl->GetNumGroups(p, aNumGroups))

Completed in 621 milliseconds