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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2581 nsresult (*GetBytesSentTotal)(IRemoteDisplayInfo *pThis, PRUint64 *bytesSentTotal); member in struct:IRemoteDisplayInfo_vtbl
H A DVBoxCAPI_v3_0.h3119 nsresult (*GetBytesSentTotal)(IRemoteDisplayInfo *pThis, PRUint64 *bytesSentTotal); member in struct:IRemoteDisplayInfo_vtbl
H A DVBoxCAPI_v3_1.h3136 nsresult (*GetBytesSentTotal)(IRemoteDisplayInfo *pThis, PRUint64 *bytesSentTotal); member in struct:IRemoteDisplayInfo_vtbl
H A DVBoxCAPI_v3_2.h3258 nsresult (*GetBytesSentTotal)(IRemoteDisplayInfo *pThis, PRUint64 *bytesSentTotal); member in struct:IRemoteDisplayInfo_vtbl
H A DVBoxCAPI_v4_0.h3473 nsresult (*GetBytesSentTotal)(IVRDEServerInfo *pThis, PRInt64 *bytesSentTotal); member in struct:IVRDEServerInfo_vtbl
H A DVBoxCAPI_v4_1.h3694 nsresult (*GetBytesSentTotal)(IVRDEServerInfo *pThis, PRInt64 *bytesSentTotal); member in struct:IVRDEServerInfo_vtbl
H A DVBoxCAPI_v4_2.h4038 nsresult (*GetBytesSentTotal)(IVRDEServerInfo *pThis, PRInt64 *bytesSentTotal); member in struct:IVRDEServerInfo_vtbl
H A DVBoxCAPI_v4_3.h6930 nsresult (*GetBytesSentTotal)(IVRDEServerInfo *pThis, PRInt64 *bytesSentTotal); member in struct:IVRDEServerInfo_vtbl
6967 nsresult (*GetBytesSentTotal)(IVRDEServerInfo *pThis, PRInt64 *bytesSentTotal); member in struct:IVRDEServerInfoVtbl
7001 #define IVRDEServerInfo_get_BytesSentTotal(p, aBytesSentTotal) ((p)->lpVtbl->GetBytesSentTotal(p, aBytesSentTotal))
7002 #define IVRDEServerInfo_GetBytesSentTotal(p, aBytesSentTotal) ((p)->lpVtbl->GetBytesSentTotal(p, aBytesSentTotal))

Completed in 294 milliseconds