Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The GetCurrentThreadHandle method returns the system handle for the current thread.
Syntax
HRESULT GetCurrentThreadHandle(
  [out] PULONG64 Handle
);
Parameters
[out] Handle
Receives the current thread's system handle.
Return value
This method may also return other error values. See Return Values for more details.
| Return code | Description | 
|---|---|
  | 
The method was successful. | 
Remarks
In kernel-mode debugging, an artificial handle is created because the threads are virtual threads.
For more information about threads, see Threads and Processes. For details on system handles, see Handles.
Requirements
| Requirement | Value | 
|---|---|
| Target Platform | Desktop | 
| Header | dbgeng.h (include Dbgeng.h) |