Searched defs:GetErrorInfo (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmsxml.h1607 virtual HRESULT STDMETHODCALLTYPE GetErrorInfo(
1628 HRESULT (STDMETHODCALLTYPE *GetErrorInfo)( member in struct:IXMLErrorVtbl
1644 #define IXMLError_GetErrorInfo(This,pErrorReturn) (This)->lpVtbl->GetErrorInfo(This,pErrorReturn)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmsxml.h1607 virtual HRESULT STDMETHODCALLTYPE GetErrorInfo(
1628 HRESULT (STDMETHODCALLTYPE *GetErrorInfo)( member in struct:IXMLErrorVtbl
1644 #define IXMLError_GetErrorInfo(This,pErrorReturn) (This)->lpVtbl->GetErrorInfo(This,pErrorReturn)
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3188 nsresult (*GetErrorInfo)(IProgress *pThis, IVirtualBoxErrorInfo * *errorInfo); member in struct:IProgress_vtbl
H A DVBoxCAPI_v3_0.h3741 nsresult (*GetErrorInfo)(IProgress *pThis, IVirtualBoxErrorInfo * *errorInfo); member in struct:IProgress_vtbl
H A DVBoxCAPI_v3_1.h3753 nsresult (*GetErrorInfo)(IProgress *pThis, IVirtualBoxErrorInfo * *errorInfo); member in struct:IProgress_vtbl
H A DVBoxCAPI_v3_2.h3957 nsresult (*GetErrorInfo)(IProgress *pThis, IVirtualBoxErrorInfo * *errorInfo); member in struct:IProgress_vtbl
H A DVBoxCAPI_v4_0.h4218 nsresult (*GetErrorInfo)(IProgress *pThis, IVirtualBoxErrorInfo * *errorInfo); member in struct:IProgress_vtbl
H A DVBoxCAPI_v4_1.h4576 nsresult (*GetErrorInfo)(IProgress *pThis, IVirtualBoxErrorInfo * *errorInfo); member in struct:IProgress_vtbl
H A DVBoxCAPI_v4_2.h5489 nsresult (*GetErrorInfo)(IProgress *pThis, IVirtualBoxErrorInfo * *errorInfo); member in struct:IProgress_vtbl
H A DVBoxCAPI_v4_3.h10810 nsresult (*GetErrorInfo)(IProgress *pThis, IVirtualBoxErrorInfo * *errorInfo); member in struct:IProgress_vtbl
10879 nsresult (*GetErrorInfo)(IProgress *pThis, IVirtualBoxErrorInfo * *errorInfo); member in struct:IProgressVtbl
10945 #define IProgress_get_ErrorInfo(p, aErrorInfo) ((p)->lpVtbl->GetErrorInfo(p, aErrorInfo))
10946 #define IProgress_GetErrorInfo(p, aErrorInfo) ((p)->lpVtbl->GetErrorInfo(p, aErrorInfo))

Completed in 460 milliseconds