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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2850 nsresult (*GetHardwareAddress)(IHostNetworkInterface *pThis, PRUnichar * *hardwareAddress); member in struct:IHostNetworkInterface_vtbl
H A DVBoxCAPI_v3_0.h3389 nsresult (*GetHardwareAddress)(IHostNetworkInterface *pThis, PRUnichar * *hardwareAddress); member in struct:IHostNetworkInterface_vtbl
H A DVBoxCAPI_v3_1.h3361 nsresult (*GetHardwareAddress)(IHostNetworkInterface *pThis, PRUnichar * *hardwareAddress); member in struct:IHostNetworkInterface_vtbl
H A DVBoxCAPI_v3_2.h3483 nsresult (*GetHardwareAddress)(IHostNetworkInterface *pThis, PRUnichar * *hardwareAddress); member in struct:IHostNetworkInterface_vtbl
H A DVBoxCAPI_v4_0.h3693 nsresult (*GetHardwareAddress)(IHostNetworkInterface *pThis, PRUnichar * *hardwareAddress); member in struct:IHostNetworkInterface_vtbl
H A DVBoxCAPI_v4_1.h3930 nsresult (*GetHardwareAddress)(IHostNetworkInterface *pThis, PRUnichar * *hardwareAddress); member in struct:IHostNetworkInterface_vtbl
H A DVBoxCAPI_v4_2.h4274 nsresult (*GetHardwareAddress)(IHostNetworkInterface *pThis, PRUnichar * *hardwareAddress); member in struct:IHostNetworkInterface_vtbl
H A DVBoxCAPI_v4_3.h7488 nsresult (*GetHardwareAddress)(IHostNetworkInterface *pThis, PRUnichar * *hardwareAddress); member in struct:IHostNetworkInterface_vtbl
7539 nsresult (*GetHardwareAddress)(IHostNetworkInterface *pThis, PRUnichar * *hardwareAddress); member in struct:IHostNetworkInterfaceVtbl
7587 #define IHostNetworkInterface_get_HardwareAddress(p, aHardwareAddress) ((p)->lpVtbl->GetHardwareAddress(p, aHardwareAddress))
7588 #define IHostNetworkInterface_GetHardwareAddress(p, aHardwareAddress) ((p)->lpVtbl->GetHardwareAddress(p, aHardwareAddress))

Completed in 319 milliseconds