Searched defs:GetMinGuestCPUCount (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3023 nsresult (*GetMinGuestCPUCount)(ISystemProperties *pThis, PRUint32 *minGuestCPUCount); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v3_0.h3577 nsresult (*GetMinGuestCPUCount)(ISystemProperties *pThis, PRUint32 *minGuestCPUCount); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v3_1.h3558 nsresult (*GetMinGuestCPUCount)(ISystemProperties *pThis, PRUint32 *minGuestCPUCount); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v3_2.h3682 nsresult (*GetMinGuestCPUCount)(ISystemProperties *pThis, PRUint32 *minGuestCPUCount); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_0.h3892 nsresult (*GetMinGuestCPUCount)(ISystemProperties *pThis, PRUint32 *minGuestCPUCount); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_1.h4134 nsresult (*GetMinGuestCPUCount)(ISystemProperties *pThis, PRUint32 *minGuestCPUCount); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_2.h4478 nsresult (*GetMinGuestCPUCount)(ISystemProperties *pThis, PRUint32 *minGuestCPUCount); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_3.h8068 nsresult (*GetMinGuestCPUCount)(ISystemProperties *pThis, PRUint32 *minGuestCPUCount); member in struct:ISystemProperties_vtbl
8204 nsresult (*GetMinGuestCPUCount)(ISystemProperties *pThis, PRUint32 *minGuestCPUCount); member in struct:ISystemPropertiesVtbl
8337 #define ISystemProperties_get_MinGuestCPUCount(p, aMinGuestCPUCount) ((p)->lpVtbl->GetMinGuestCPUCount(p, aMinGuestCPUCount))
8338 #define ISystemProperties_GetMinGuestCPUCount(p, aMinGuestCPUCount) ((p)->lpVtbl->GetMinGuestCPUCount(p, aMinGuestCPUCount))

Completed in 413 milliseconds