IDebugSystemObjects::GetCurrentThreadDataOffset method (dbgeng.h)
The GetCurrentThreadDataOffset method returns the location of the system data structure for the current thread.
HRESULT GetCurrentThreadDataOffset(
[out] PULONG64 Offset
);
[out] Offset
Receives the location of the system data structure for the current thread.
This method may also return error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
In user-mode debugging, the location returned is of the thread environment block (TEB) for the current thread. This is the same location returned by GetCurrentThreadTeb.
In kernel-mode debugging, the location returned is of the KTHREAD structure of the system thread that was executing on the processor represented by the current thread when the last event occurred.
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |