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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h1514 nsresult (*GetLowerIP)(IDHCPServer *pThis, PRUnichar * *lowerIP); member in struct:IDHCPServer_vtbl
H A DVBoxCAPI_v3_0.h1975 nsresult (*GetLowerIP)(IDHCPServer *pThis, PRUnichar * *lowerIP); member in struct:IDHCPServer_vtbl
H A DVBoxCAPI_v3_1.h1884 nsresult (*GetLowerIP)(IDHCPServer *pThis, PRUnichar * *lowerIP); member in struct:IDHCPServer_vtbl
H A DVBoxCAPI_v3_2.h1929 nsresult (*GetLowerIP)(IDHCPServer *pThis, PRUnichar * *lowerIP); member in struct:IDHCPServer_vtbl
H A DVBoxCAPI_v4_0.h2168 nsresult (*GetLowerIP)(IDHCPServer *pThis, PRUnichar * *lowerIP); member in struct:IDHCPServer_vtbl
H A DVBoxCAPI_v4_1.h2361 nsresult (*GetLowerIP)(IDHCPServer *pThis, PRUnichar * *lowerIP); member in struct:IDHCPServer_vtbl
H A DVBoxCAPI_v4_2.h2589 nsresult (*GetLowerIP)(IDHCPServer *pThis, PRUnichar * *lowerIP); member in struct:IDHCPServer_vtbl
H A DVBoxCAPI_v4_3.h3598 nsresult (*GetLowerIP)(IDHCPServer *pThis, PRUnichar * *lowerIP); member in struct:IDHCPServer_vtbl
3676 nsresult (*GetLowerIP)(IDHCPServer *pThis, PRUnichar * *lowerIP); member in struct:IDHCPServerVtbl
3752 #define IDHCPServer_get_LowerIP(p, aLowerIP) ((p)->lpVtbl->GetLowerIP(p, aLowerIP))
3753 #define IDHCPServer_GetLowerIP(p, aLowerIP) ((p)->lpVtbl->GetLowerIP(p, aLowerIP))

Completed in 343 milliseconds