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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h1391 nsresult (*GetText)(IVirtualBoxErrorInfo *pThis, PRUnichar * *text); member in struct:IVirtualBoxErrorInfo_vtbl
H A DVBoxCAPI_v3_0.h1828 nsresult (*GetText)(IVirtualBoxErrorInfo *pThis, PRUnichar * *text); member in struct:IVirtualBoxErrorInfo_vtbl
H A DVBoxCAPI_v3_1.h1737 nsresult (*GetText)(IVirtualBoxErrorInfo *pThis, PRUnichar * *text); member in struct:IVirtualBoxErrorInfo_vtbl
H A DVBoxCAPI_v3_2.h1782 nsresult (*GetText)(IVirtualBoxErrorInfo *pThis, PRUnichar * *text); member in struct:IVirtualBoxErrorInfo_vtbl
H A DVBoxCAPI_v4_0.h2136 nsresult (*GetText)(IVirtualBoxErrorInfo *pThis, PRUnichar * *text); member in struct:IVirtualBoxErrorInfo_vtbl
H A DVBoxCAPI_v4_1.h2329 nsresult (*GetText)(IVirtualBoxErrorInfo *pThis, PRUnichar * *text); member in struct:IVirtualBoxErrorInfo_vtbl
H A DVBoxCAPI_v4_2.h2557 nsresult (*GetText)(IVirtualBoxErrorInfo *pThis, PRUnichar * *text); member in struct:IVirtualBoxErrorInfo_vtbl
H A DVBoxCAPI_v4_3.h3281 nsresult (*GetText)(IVirtualBoxErrorInfo *pThis, PRUnichar * *text); member in struct:IVirtualBoxErrorInfo_vtbl
3310 nsresult (*GetText)(IVirtualBoxErrorInfo *pThis, PRUnichar * *text); member in struct:IVirtualBoxErrorInfoVtbl
3345 #define IVirtualBoxErrorInfo_get_Text(p, aText) ((p)->lpVtbl->GetText(p, aText))
3346 #define IVirtualBoxErrorInfo_GetText(p, aText) ((p)->lpVtbl->GetText(p, aText))

Completed in 276 milliseconds