共用方式為


IDebugEventContextCallbacks::CreateProcess 方法 (dbgeng.h)

當目標中發生建立進程偵錯事件時,引擎會呼叫 CreateProcess 回呼方法。

如果引擎無法提供這些值,這些值可以是零。

如需參數描述和其他資訊,請參閱 IDebugEventCallbacks::CreateProcess

語法

HRESULT CreateProcess(
       ULONG64 ImageFileHandle,
       ULONG64 Handle,
       ULONG64 BaseOffset,
       ULONG   ModuleSize,
       PCWSTR  ModuleName,
       PCWSTR  ImageName,
       ULONG   CheckSum,
       ULONG   TimeDateStamp,
       ULONG64 InitialThreadHandle,
       ULONG64 ThreadDataOffset,
       ULONG64 StartOffset,
  [in] PVOID   Context,
  [in] ULONG   ContextSize
);

參數

ImageFileHandle

Handle

BaseOffset

ModuleSize

ModuleName

ImageName

CheckSum

TimeDateStamp

InitialThreadHandle

ThreadDataOffset

StartOffset

[in] Context

DEBUG_EVENT_CONTEXT結構 指定為每個事件回呼的「內容」參數。 內容結構包含所發生偵錯事件的其他資訊。

[in] ContextSize

指定緩衝區內容的大小。

規格需求

需求
標頭 dbgeng.h

另請參閱

IDebugEventContextCallbacks (dbgeng.h)