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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2591 nsresult (*GetClientName)(IRemoteDisplayInfo *pThis, PRUnichar * *clientName); member in struct:IRemoteDisplayInfo_vtbl
H A DVBoxCAPI_v3_0.h3129 nsresult (*GetClientName)(IRemoteDisplayInfo *pThis, PRUnichar * *clientName); member in struct:IRemoteDisplayInfo_vtbl
H A DVBoxCAPI_v3_1.h3146 nsresult (*GetClientName)(IRemoteDisplayInfo *pThis, PRUnichar * *clientName); member in struct:IRemoteDisplayInfo_vtbl
H A DVBoxCAPI_v3_2.h3268 nsresult (*GetClientName)(IRemoteDisplayInfo *pThis, PRUnichar * *clientName); member in struct:IRemoteDisplayInfo_vtbl
H A DVBoxCAPI_v4_0.h3483 nsresult (*GetClientName)(IVRDEServerInfo *pThis, PRUnichar * *clientName); member in struct:IVRDEServerInfo_vtbl
H A DVBoxCAPI_v4_1.h3704 nsresult (*GetClientName)(IVRDEServerInfo *pThis, PRUnichar * *clientName); member in struct:IVRDEServerInfo_vtbl
H A DVBoxCAPI_v4_2.h4048 nsresult (*GetClientName)(IVRDEServerInfo *pThis, PRUnichar * *clientName); member in struct:IVRDEServerInfo_vtbl
H A DVBoxCAPI_v4_3.h6940 nsresult (*GetClientName)(IVRDEServerInfo *pThis, PRUnichar * *clientName); member in struct:IVRDEServerInfo_vtbl
6977 nsresult (*GetClientName)(IVRDEServerInfo *pThis, PRUnichar * *clientName); member in struct:IVRDEServerInfoVtbl
7011 #define IVRDEServerInfo_get_ClientName(p, aClientName) ((p)->lpVtbl->GetClientName(p, aClientName))
7012 #define IVRDEServerInfo_GetClientName(p, aClientName) ((p)->lpVtbl->GetClientName(p, aClientName))

Completed in 315 milliseconds