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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3025 nsresult (*GetMaxGuestCPUCount)(ISystemProperties *pThis, PRUint32 *maxGuestCPUCount); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v3_0.h3579 nsresult (*GetMaxGuestCPUCount)(ISystemProperties *pThis, PRUint32 *maxGuestCPUCount); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v3_1.h3560 nsresult (*GetMaxGuestCPUCount)(ISystemProperties *pThis, PRUint32 *maxGuestCPUCount); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v3_2.h3684 nsresult (*GetMaxGuestCPUCount)(ISystemProperties *pThis, PRUint32 *maxGuestCPUCount); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_0.h3894 nsresult (*GetMaxGuestCPUCount)(ISystemProperties *pThis, PRUint32 *maxGuestCPUCount); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_1.h4136 nsresult (*GetMaxGuestCPUCount)(ISystemProperties *pThis, PRUint32 *maxGuestCPUCount); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_2.h4480 nsresult (*GetMaxGuestCPUCount)(ISystemProperties *pThis, PRUint32 *maxGuestCPUCount); member in struct:ISystemProperties_vtbl
H A DVBoxCAPI_v4_3.h8070 nsresult (*GetMaxGuestCPUCount)(ISystemProperties *pThis, PRUint32 *maxGuestCPUCount); member in struct:ISystemProperties_vtbl
8206 nsresult (*GetMaxGuestCPUCount)(ISystemProperties *pThis, PRUint32 *maxGuestCPUCount); member in struct:ISystemPropertiesVtbl
8339 #define ISystemProperties_get_MaxGuestCPUCount(p, aMaxGuestCPUCount) ((p)->lpVtbl->GetMaxGuestCPUCount(p, aMaxGuestCPUCount))
8340 #define ISystemProperties_GetMaxGuestCPUCount(p, aMaxGuestCPUCount) ((p)->lpVtbl->GetMaxGuestCPUCount(p, aMaxGuestCPUCount))

Completed in 427 milliseconds