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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Durlmon.h4703 virtual HRESULT STDMETHODCALLTYPE GetHost(
4814 HRESULT (STDMETHODCALLTYPE *GetHost)( member in struct:IUriVtbl
4897 #define IUri_GetHost(This,pbstrHost) (This)->lpVtbl->GetHost(This,pbstrHost)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Durlmon.h4709 virtual HRESULT STDMETHODCALLTYPE GetHost(
4820 HRESULT (STDMETHODCALLTYPE *GetHost)( member in struct:IUriVtbl
4903 #define IUri_GetHost(This,pbstrHost) (This)->lpVtbl->GetHost(This,pbstrHost)
5284 virtual HRESULT STDMETHODCALLTYPE GetHost(
5395 HRESULT (STDMETHODCALLTYPE *GetHost)( member in struct:IUriBuilderVtbl
5489 #define IUriBuilder_GetHost(This,pcchHost,ppwzHost) (This)->lpVtbl->GetHost(This,pcchHost,ppwzHost)
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h1568 nsresult (*GetHost)(IVirtualBox *pThis, IHost * *host); member in struct:IVirtualBox_vtbl
H A DVBoxCAPI_v3_0.h2029 nsresult (*GetHost)(IVirtualBox *pThis, IHost * *host); member in struct:IVirtualBox_vtbl
H A DVBoxCAPI_v3_1.h1934 nsresult (*GetHost)(IVirtualBox *pThis, IHost * *host); member in struct:IVirtualBox_vtbl
H A DVBoxCAPI_v3_2.h1979 nsresult (*GetHost)(IVirtualBox *pThis, IHost * *host); member in struct:IVirtualBox_vtbl
H A DVBoxCAPI_v4_0.h2218 nsresult (*GetHost)(IVirtualBox *pThis, IHost * *host); member in struct:IVirtualBox_vtbl
H A DVBoxCAPI_v4_1.h2413 nsresult (*GetHost)(IVirtualBox *pThis, IHost * *host); member in struct:IVirtualBox_vtbl
H A DVBoxCAPI_v4_2.h2643 nsresult (*GetHost)(IVirtualBox *pThis, IHost * *host); member in struct:IVirtualBox_vtbl
H A DVBoxCAPI_v4_3.h3808 nsresult (*GetHost)(IVirtualBox *pThis, IHost * *host); member in struct:IVirtualBox_vtbl
4022 nsresult (*GetHost)(IVirtualBox *pThis, IHost * *host); member in struct:IVirtualBoxVtbl
4233 #define IVirtualBox_get_Host(p, aHost) ((p)->lpVtbl->GetHost(p, aHost))
4234 #define IVirtualBox_GetHost(p, aHost) ((p)->lpVtbl->GetHost(p, aHost))

Completed in 408 milliseconds