IDebugClient5::SetOutputLinePrefixWide 方法 (dbgeng.h)

为输出行设置宽字符串前缀。

语法

HRESULT SetOutputLinePrefixWide(
  [in, optional] PCWSTR Prefix
);

参数

[in, optional] Prefix

指向 Unicode 字符前缀字符串的指针。

返回值

如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。

要求

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

另请参阅

IDebugClient5