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

/vbox/src/VBox/Runtime/r3/win/
H A Dthread-win.cpp180 void *pvTeb = NtCurrentTeb(); local
182 pOleTlsData = *(struct MySOleTlsData **)((uintptr_t)pvTeb + 0x1758); /*TEB.ReservedForOle*/
184 pOleTlsData = *(struct MySOleTlsData **)((uintptr_t)pvTeb + 0x0f80); /*TEB.ReservedForOle*/

Completed in 31 milliseconds