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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2595 nsresult (*GetClientVersion)(IRemoteDisplayInfo *pThis, PRUint32 *clientVersion); member in struct:IRemoteDisplayInfo_vtbl
H A DVBoxCAPI_v3_0.h3133 nsresult (*GetClientVersion)(IRemoteDisplayInfo *pThis, PRUint32 *clientVersion); member in struct:IRemoteDisplayInfo_vtbl
H A DVBoxCAPI_v3_1.h3150 nsresult (*GetClientVersion)(IRemoteDisplayInfo *pThis, PRUint32 *clientVersion); member in struct:IRemoteDisplayInfo_vtbl
H A DVBoxCAPI_v3_2.h3272 nsresult (*GetClientVersion)(IRemoteDisplayInfo *pThis, PRUint32 *clientVersion); member in struct:IRemoteDisplayInfo_vtbl
H A DVBoxCAPI_v4_0.h3487 nsresult (*GetClientVersion)(IVRDEServerInfo *pThis, PRUint32 *clientVersion); member in struct:IVRDEServerInfo_vtbl
H A DVBoxCAPI_v4_1.h3708 nsresult (*GetClientVersion)(IVRDEServerInfo *pThis, PRUint32 *clientVersion); member in struct:IVRDEServerInfo_vtbl
H A DVBoxCAPI_v4_2.h4052 nsresult (*GetClientVersion)(IVRDEServerInfo *pThis, PRUint32 *clientVersion); member in struct:IVRDEServerInfo_vtbl
H A DVBoxCAPI_v4_3.h6944 nsresult (*GetClientVersion)(IVRDEServerInfo *pThis, PRUint32 *clientVersion); member in struct:IVRDEServerInfo_vtbl
6981 nsresult (*GetClientVersion)(IVRDEServerInfo *pThis, PRUint32 *clientVersion); member in struct:IVRDEServerInfoVtbl
7015 #define IVRDEServerInfo_get_ClientVersion(p, aClientVersion) ((p)->lpVtbl->GetClientVersion(p, aClientVersion))
7016 #define IVRDEServerInfo_GetClientVersion(p, aClientVersion) ((p)->lpVtbl->GetClientVersion(p, aClientVersion))

Completed in 370 milliseconds