The GetThreadSelectorEntry function retrieves a descriptor table entry for the specified selector and thread.
BOOL GetThreadSelectorEntry(
HANDLE hThread, |
// handle of thread that contains selector |
DWORD dwSelector, |
// number of selector value to look up |
LPLDT_ENTRY lpSelectorEntry |
// address of selector entry structure |
); |
Windows NT: The handle must have THREAD_QUERY_INFORMATION access. For
more information, see Thread Objects.
If the function succeeds, the return value is nonzero. In that case, the structure pointed to by the lpSelectorEntry parameter receives a copy of the specified descriptor table entry.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
GetThreadSelectorEntry is only functional on x86-based systems. For systems that are not x86-based, the function returns FALSE.
Debuggers use this function to convert segment-relative addresses to linear virtual addresses. The ReadProcessMemory and WriteProcessMemory functions use linear virtual addresses.
ReadProcessMemory, WriteProcessMemory
file: /Techref/os/win/api/win32/func/src/f41_12.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/7 13:39,
18.221.54.138:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/os/win/api/win32/func/src/f41_12.htm"> GetThreadSelectorEntry</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.