IDebugControl3::OutputTextReplacements 方法 (dbgeng.h)

OutputTextReplacements 方法将所有当前定义的用户命名别名打印到调试器的输出流中。

语法

HRESULT OutputTextReplacements(
  [in] ULONG OutputControl,
  [in] ULONG Flags
);

参数

[in] OutputControl

指定打印别名时要使用的输出控件。 有关可能的值,请参阅 DEBUG_OUTCTL_XXX

[in] Flags

必须设置为 DEBUG_OUT_TEXT_REPL_DEFAULT。

返回值

此方法也可能返回错误值。 有关更多详细信息 ,请参阅返回值

返回代码 说明
S_OK
方法成功。

注解

有关 调试器引擎使用的别名的概述,请参阅 使用别名。 有关将别名与调试器引擎 API 配合使用的详细信息,请参阅 与引擎交互

要求

要求
目标平台 桌面
标头 dbgeng.h (包括 Dbgeng.h)

另请参阅

GetNumberTextReplacements

GetTextReplacement

IDebugControl2

IDebugControl3

RemoveTextReplacements

SetTextReplacement

al(列出别名)