#ifndef _NTDBG_H
/**
* The DBGKM_CREATE_THREAD structure contains information about a newly created thread.
*/
typedef struct _DBGKM_CREATE_THREAD
{
ULONG SubSystemKey;
PVOID StartAddress;
} DBGKM_CREATE_THREAD, *PDBGKM_CREATE_THREAD;
View code on GitHubNo description available.