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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2593 nsresult (*GetClientIP)(IRemoteDisplayInfo *pThis, PRUnichar * *clientIP); member in struct:IRemoteDisplayInfo_vtbl
H A DVBoxCAPI_v3_0.h3131 nsresult (*GetClientIP)(IRemoteDisplayInfo *pThis, PRUnichar * *clientIP); member in struct:IRemoteDisplayInfo_vtbl
H A DVBoxCAPI_v3_1.h3148 nsresult (*GetClientIP)(IRemoteDisplayInfo *pThis, PRUnichar * *clientIP); member in struct:IRemoteDisplayInfo_vtbl
H A DVBoxCAPI_v3_2.h3270 nsresult (*GetClientIP)(IRemoteDisplayInfo *pThis, PRUnichar * *clientIP); member in struct:IRemoteDisplayInfo_vtbl
H A DVBoxCAPI_v4_0.h3485 nsresult (*GetClientIP)(IVRDEServerInfo *pThis, PRUnichar * *clientIP); member in struct:IVRDEServerInfo_vtbl
H A DVBoxCAPI_v4_1.h3706 nsresult (*GetClientIP)(IVRDEServerInfo *pThis, PRUnichar * *clientIP); member in struct:IVRDEServerInfo_vtbl
H A DVBoxCAPI_v4_2.h4050 nsresult (*GetClientIP)(IVRDEServerInfo *pThis, PRUnichar * *clientIP); member in struct:IVRDEServerInfo_vtbl
H A DVBoxCAPI_v4_3.h6942 nsresult (*GetClientIP)(IVRDEServerInfo *pThis, PRUnichar * *clientIP); member in struct:IVRDEServerInfo_vtbl
6979 nsresult (*GetClientIP)(IVRDEServerInfo *pThis, PRUnichar * *clientIP); member in struct:IVRDEServerInfoVtbl
7013 #define IVRDEServerInfo_get_ClientIP(p, aClientIP) ((p)->lpVtbl->GetClientIP(p, aClientIP))
7014 #define IVRDEServerInfo_GetClientIP(p, aClientIP) ((p)->lpVtbl->GetClientIP(p, aClientIP))

Completed in 332 milliseconds