Searched defs:WINE_VM86_TEB_INFO (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h2682 } WINE_VM86_TEB_INFO; typedef in typeref:struct:__anon14585
2684 static inline WINE_VM86_TEB_INFO *get_vm86_teb_info(void)
2686 return (WINE_VM86_TEB_INFO *)&NtCurrentTeb()->GdiTebBatch;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h2622 } WINE_VM86_TEB_INFO; typedef in typeref:struct:__anon1891
2624 static inline WINE_VM86_TEB_INFO *get_vm86_teb_info(void)
2626 return (WINE_VM86_TEB_INFO *)&NtCurrentTeb()->GdiTebBatch;

Completed in 60 milliseconds