Função EngGetCurrentThreadId (winddi.h)
A função EngGetCurrentThreadId identifica o thread atual de um aplicativo.
Sintaxe
ENGAPI HANDLE EngGetCurrentThreadId();
Retornar valor
EngGetCurrentThreadId retorna o identificador de 4 bytes do thread do aplicativo.
Comentários
Os chamadores de EngGetCurrentThreadId devem tratar a ID retornada como um valor somente leitura.
Requisitos
Requisito | Valor |
---|---|
Cliente mínimo com suporte | Essa função está disponível no Windows XP e posterior. |
Plataforma de Destino | Universal |
Cabeçalho | winddi.h (inclua Winddi.h) |
Biblioteca | Win32k.lib |
DLL | Win32k.sys |
IRQL | Qualquer nível |