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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2903 nsresult (*GetProcessorCount)(IHost *pThis, PRUint32 *processorCount); member in struct:IHost_vtbl
H A DVBoxCAPI_v3_0.h3442 nsresult (*GetProcessorCount)(IHost *pThis, PRUint32 *processorCount); member in struct:IHost_vtbl
H A DVBoxCAPI_v3_1.h3414 nsresult (*GetProcessorCount)(IHost *pThis, PRUint32 *processorCount); member in struct:IHost_vtbl
H A DVBoxCAPI_v3_2.h3536 nsresult (*GetProcessorCount)(IHost *pThis, PRUint32 *processorCount); member in struct:IHost_vtbl
H A DVBoxCAPI_v4_0.h3746 nsresult (*GetProcessorCount)(IHost *pThis, PRUint32 *processorCount); member in struct:IHost_vtbl
H A DVBoxCAPI_v4_1.h3983 nsresult (*GetProcessorCount)(IHost *pThis, PRUint32 *processorCount); member in struct:IHost_vtbl
H A DVBoxCAPI_v4_2.h4327 nsresult (*GetProcessorCount)(IHost *pThis, PRUint32 *processorCount); member in struct:IHost_vtbl
H A DVBoxCAPI_v4_3.h7696 nsresult (*GetProcessorCount)(IHost *pThis, PRUint32 *processorCount); member in struct:IHost_vtbl
7847 nsresult (*GetProcessorCount)(IHost *pThis, PRUint32 *processorCount); member in struct:IHostVtbl
7995 #define IHost_get_ProcessorCount(p, aProcessorCount) ((p)->lpVtbl->GetProcessorCount(p, aProcessorCount))
7996 #define IHost_GetProcessorCount(p, aProcessorCount) ((p)->lpVtbl->GetProcessorCount(p, aProcessorCount))

Completed in 355 milliseconds