Searched defs:GetHandle (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Ddd.h858 GLuint (*GetHandle)(GLcontext *ctx, GLenum pname); member in struct:dd_function_table
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dobjidl.h8386 virtual HRESULT STDMETHODCALLTYPE GetHandle(
8407 HRESULT (STDMETHODCALLTYPE *GetHandle)( member in struct:ISynchronizeHandleVtbl
8423 #define ISynchronizeHandle_GetHandle(This,ph) (This)->lpVtbl->GetHandle(This,ph)
8470 HRESULT (STDMETHODCALLTYPE *GetHandle)( member in struct:ISynchronizeEventVtbl
8491 #define ISynchronizeEvent_GetHandle(This,ph) (This)->lpVtbl->GetHandle(This,ph)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dobjidl.h8386 virtual HRESULT STDMETHODCALLTYPE GetHandle(
8407 HRESULT (STDMETHODCALLTYPE *GetHandle)( member in struct:ISynchronizeHandleVtbl
8423 #define ISynchronizeHandle_GetHandle(This,ph) (This)->lpVtbl->GetHandle(This,ph)
8470 HRESULT (STDMETHODCALLTYPE *GetHandle)( member in struct:ISynchronizeEventVtbl
8491 #define ISynchronizeEvent_GetHandle(This,ph) (This)->lpVtbl->GetHandle(This,ph)
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h18636 nsresult (*GetHandle)(IGuestProcessIOEvent *pThis, PRUint32 *handle); member in struct:IGuestProcessIOEvent_vtbl
18667 nsresult (*GetHandle)(IGuestProcessIOEvent *pThis, PRUint32 *handle); member in struct:IGuestProcessIOEventVtbl
18689 #define IGuestProcessIOEvent_get_Handle(p, aHandle) ((p)->lpVtbl->GetHandle(p, aHandle))
18690 #define IGuestProcessIOEvent_GetHandle(p, aHandle) ((p)->lpVtbl->GetHandle(p, aHandle))
18748 nsresult (*GetHandle)(IGuestProcessInputNotifyEvent *pThis, PRUint32 *handle); member in struct:IGuestProcessInputNotifyEventVtbl
18772 #define IGuestProcessInputNotifyEvent_get_Handle(p, aHandle) ((p)->lpVtbl->GetHandle(p, aHandle))
18773 #define IGuestProcessInputNotifyEvent_GetHandle(p, aHandle) ((p)->lpVtbl->GetHandle(p, aHandle))
18833 nsresult (*GetHandle)(IGuestProcessOutputEvent *pThis, PRUint32 *handle); member in struct:IGuestProcessOutputEventVtbl
18857 #define IGuestProcessOutputEvent_get_Handle(p, aHandle) ((p)->lpVtbl->GetHandle(p, aHandle))
18858 #define IGuestProcessOutputEvent_GetHandle(p, aHandle) ((p)->lpVtbl->GetHandle(
[all...]

Completed in 259 milliseconds