IDebugClient 介面 (dbgeng.h)
繼承
IDebugClient 介面繼承自 IUnknown 介面。 IDebugClient 也有下列類型的成員:
方法
IDebugClient 介面具有這些方法。
IDebugClient::AddProcessOptions AddProcessOptions 方法會將進程選項新增至影響目前進程的選項。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::AttachKernel AttachKernel 方法會將調試程式引擎連線到核心目標。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::AttachProcess AttachProcess 方法會將調試程式引擎連接到使用者模式處理器。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::ConnectProcessServer ConnectProcessServer 方法會連線到進程伺服器。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::ConnectSession ConnectSession 方法會將用戶端聯結至現有的調試程式會話。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::CreateClient CreateClient 方法會建立目前線程的新客戶端物件。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::CreateProcess CreateProcess 方法會從指定的命令行建立進程。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::CreateProcessAndAttach IDebugClient::CreateProcessAndAttach 方法會從指定的命令行建立進程,然後附加至另一個使用者模式進程。 |
IDebugClient::D etachProcesses IDebugClient::D etachProcesses 方法會將調試程式引擎與所有目標中的所有進程中斷連結,並繼續所有線程。 |
IDebugClient::D isconnectProcessServer DisconnectProcessServer 方法會中斷調試程式引擎與進程伺服器的連線。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::D ispatchCallbacks DispatchCallbacks 方法可讓調試程式引擎使用目前的線程進行回呼。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::EndSession EndSession 方法會結束目前的調試程式會話。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::ExitDispatch ExitDispatch 方法會導致 DispatchCallbacks 方法傳回。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::FlushCallbacks IDebugClient::FlushCallbacks 方法會強制任何剩餘的緩衝輸出傳遞至向這個用戶端註冊的 IDebugOutputCallbacks 物件。 |
IDebugClient::GetEventCallbacks GetEventCallbacks 方法會傳回向這個客戶端註冊的事件回呼物件。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::GetExitCode 如果進程已經執行到完成,IDebugClient::GetExitCode 方法會傳回目前進程的結束代碼。 |
IDebugClient::GetIdentity GetIdentity 方法會傳回描述計算機和此用戶端所代表之使用者的字串。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::GetInputCallbacks GetInputCallbacks 方法會傳回向這個用戶端註冊的輸入回呼物件。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::GetKernelConnectionOptions GetKernelConnectionOptions 方法會傳回目前核心目標的連線選項。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::GetOtherOutputMask GetOtherOutputMask 方法會傳回另一個客戶端的輸出掩碼。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::GetOutputCallbacks GetOutputCallbacks 方法會傳回向客戶端註冊的輸出回呼物件。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::GetOutputLinePrefix 取得用於多行輸出的前置詞。 |
IDebugClient::GetOutputMask GetOutputMask 方法會傳回目前為用戶端設定的輸出遮罩。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::GetOutputWidth 取得產生格式化輸出之命令的輸出行寬度。 |
IDebugClient::GetProcessOptions GetProcessOptions 方法會擷取影響目前進程的進程選項。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::GetRunningProcessDescription IDebugClient::GetRunningProcessDescription 方法會傳回包含數個元素的進程描述。 |
IDebugClient::GetRunningProcessSystemIdByExecutableName IDebugClient::GetRunningProcessSystemIdByExecutableName 方法會搜尋具有指定可執行檔名稱的進程,並傳回其進程標識符。 |
IDebugClient::GetRunningProcessSystemIds GetRunningProcessSystemIds 方法會針對每個執行中的進程傳回進程標識符。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::OpenDumpFile OpenDumpFile 方法會將傾印檔案開啟為調試程序目標。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::OutputIdentity OutputIdentity 方法會格式化並輸出描述計算機和此用戶端所代表使用者的字串。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::OutputServers OutputServers 方法會列出在指定計算機上執行的伺服器。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::RemoveProcessOptions RemoveProcessOptions 方法會從影響目前進程的選項中移除進程選項。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::SetEventCallbacks SetEventCallbacks 方法會向這個客戶端註冊事件回呼物件。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::SetInputCallbacks SetInputCallbacks 方法會向客戶端註冊輸入回呼物件。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::SetKernelConnectionOptions SetKernelConnectionOptions 方法會更新即時核心目標的一些連線選項。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::SetOtherOutputMask SetOtherOutputMask 方法會設定另一個用戶端的輸出遮罩。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::SetOutputCallbacks SetOutputCallbacks 方法會向這個用戶端註冊輸出回呼物件。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::SetOutputLinePrefix 設定多行輸出的前置詞。 |
IDebugClient::SetOutputMask SetOutputMask 方法會設定客戶端的輸出遮罩。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::SetOutputWidth 控制產生格式化輸出之命令的輸出行寬度。 |
IDebugClient::SetProcessOptions SetProcessOptions 方法會設定影響目前進程的進程選項。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::StartProcessServer StartProcessServer 方法會啟動進程伺服器。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::StartServer StartServer 方法會啟動偵錯伺服器。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::TerminateProcesses TerminateProcesses 方法會嘗試終止所有目標中的所有進程。 這個方法屬於 IDebugClient 介面。 |
IDebugClient::WriteDumpFile WriteDumpFile 方法會建立使用者模式或內核模式crash 傾印檔案。 這個方法屬於 IDebugClient 介面。 |
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | dbgeng.h (包含 Dbgeng.h) |