Searched defs:GetNetworkInterfaces (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v2_2.h | 2901 nsresult (*GetNetworkInterfaces)(IHost *pThis, PRUint32 *networkInterfacesSize, IHostNetworkInterface * **networkInterfaces); member in struct:IHost_vtbl
|
H A D | VBoxCAPI_v3_0.h | 3440 nsresult (*GetNetworkInterfaces)(IHost *pThis, PRUint32 *networkInterfacesSize, IHostNetworkInterface * **networkInterfaces); member in struct:IHost_vtbl
|
H A D | VBoxCAPI_v3_1.h | 3412 nsresult (*GetNetworkInterfaces)(IHost *pThis, PRUint32 *networkInterfacesSize, IHostNetworkInterface * **networkInterfaces); member in struct:IHost_vtbl
|
H A D | VBoxCAPI_v3_2.h | 3534 nsresult (*GetNetworkInterfaces)(IHost *pThis, PRUint32 *networkInterfacesSize, IHostNetworkInterface * **networkInterfaces); member in struct:IHost_vtbl
|
H A D | VBoxCAPI_v4_0.h | 3744 nsresult (*GetNetworkInterfaces)(IHost *pThis, PRUint32 *networkInterfacesSize, IHostNetworkInterface * **networkInterfaces); member in struct:IHost_vtbl
|
H A D | VBoxCAPI_v4_1.h | 3981 nsresult (*GetNetworkInterfaces)(IHost *pThis, PRUint32 *networkInterfacesSize, IHostNetworkInterface * **networkInterfaces); member in struct:IHost_vtbl
|
H A D | VBoxCAPI_v4_2.h | 4325 nsresult (*GetNetworkInterfaces)(IHost *pThis, PRUint32 *networkInterfacesSize, IHostNetworkInterface * **networkInterfaces); member in struct:IHost_vtbl
|
H A D | VBoxCAPI_v4_3.h | 7688 nsresult (*GetNetworkInterfaces)(IHost *pThis, PRUint32 *networkInterfacesSize, IHostNetworkInterface * **networkInterfaces); member in struct:IHost_vtbl 7839 nsresult (*GetNetworkInterfaces)(IHost *pThis, PRUint32 *networkInterfacesSize, IHostNetworkInterface * **networkInterfaces); member in struct:IHostVtbl 7987 #define IHost_get_NetworkInterfaces(p, aNetworkInterfaces) ((p)->lpVtbl->GetNetworkInterfaces(p, aNetworkInterfaces)) 7988 #define IHost_GetNetworkInterfaces(p, aNetworkInterfaces) ((p)->lpVtbl->GetNetworkInterfaces(p, aNetworkInterfaces))
|
Completed in 406 milliseconds