IDebugEventContextCallbacks::CreateThread 方法 (dbgeng.h)
当目标中发生 create-threaddebugging 事件时,引擎将调用 CreateThread 回调方法。
如果引擎无法提供这些值,则这些值可以是零。 当前内核不返回线程或进程更改事件。
有关参数说明和其他信息,请参阅 IDebugEventCallbacks::CreateThread。
语法
HRESULT CreateThread(
ULONG64 Handle,
ULONG64 DataOffset,
ULONG64 StartOffset,
[in] PVOID Context,
[in] ULONG ContextSize
);
参数
Handle
DataOffset
StartOffset
[in] Context
将 DEBUG_EVENT_CONTEXT 结构 指定为每个事件回调的“context”参数。 上下文结构包含有关发生的调试事件的其他信息。
[in] ContextSize
指定缓冲区上下文的大小。
要求
要求 | 价值 |
---|---|
标头 | dbgeng.h (包括 dbgeng.h) |