USER_THREAD Structure
Provides information to a debugger about a thread. For more information, see the INotifySource2::SetNotifyFilter method.
Syntax
typedef struct tagUSER_THREAD
{
BYTE *pSidBuffer;
DWORD dwSidLen;
DWORD dwTid;
} USER_THREAD;
Members
Member | Description |
---|---|
pSidBuffer |
Address of thread buffer. |
dwSidLen |
Length of thread buffer, in bytes. |
dwTid |
Thread ID. |
Requirements
Header: ProtocolNotify2.idl
See also
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.