Searched defs:GetErrorInfo (Results 1 - 10 of 10) sorted by relevance
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | msxml.h | 1607 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 D | msxml.h | 1607 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 D | VBoxCAPI_v2_2.h | 3188 nsresult (*GetErrorInfo)(IProgress *pThis, IVirtualBoxErrorInfo * *errorInfo); member in struct:IProgress_vtbl
|
H A D | VBoxCAPI_v3_0.h | 3741 nsresult (*GetErrorInfo)(IProgress *pThis, IVirtualBoxErrorInfo * *errorInfo); member in struct:IProgress_vtbl
|
H A D | VBoxCAPI_v3_1.h | 3753 nsresult (*GetErrorInfo)(IProgress *pThis, IVirtualBoxErrorInfo * *errorInfo); member in struct:IProgress_vtbl
|
H A D | VBoxCAPI_v3_2.h | 3957 nsresult (*GetErrorInfo)(IProgress *pThis, IVirtualBoxErrorInfo * *errorInfo); member in struct:IProgress_vtbl
|
H A D | VBoxCAPI_v4_0.h | 4218 nsresult (*GetErrorInfo)(IProgress *pThis, IVirtualBoxErrorInfo * *errorInfo); member in struct:IProgress_vtbl
|
H A D | VBoxCAPI_v4_1.h | 4576 nsresult (*GetErrorInfo)(IProgress *pThis, IVirtualBoxErrorInfo * *errorInfo); member in struct:IProgress_vtbl
|
H A D | VBoxCAPI_v4_2.h | 5489 nsresult (*GetErrorInfo)(IProgress *pThis, IVirtualBoxErrorInfo * *errorInfo); member in struct:IProgress_vtbl
|
H A D | VBoxCAPI_v4_3.h | 10810 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 387 milliseconds