IDebugControl4::GetManagedStatusWide 方法 (dbgeng.h)
提供有关引擎使用公共语言运行时提供的运行时调试 API (CLR) 的 Unicode 字符串的反馈。
语法
HRESULT GetManagedStatusWide(
[out, optional] PULONG Flags,
[in] ULONG WhichString,
[out] PWSTR String,
[in] ULONG StringSize,
[out, optional] PULONG StringNeeded
);
参数
[out, optional] Flags
指向调试 API 中的标志的指针。
[in] WhichString
一个 值,该值控制要使用的字符串。
[out] String
指向调试 API 中的 Unicode 字符串的指针。
[in] StringSize
字符串的大小。
[out, optional] StringNeeded
指向输出字符串的指针。
返回值
此方法也可能返回错误值。 有关更多详细信息 ,请参阅返回值 。
返回代码 | 说明 |
---|---|
|
方法成功。 |
托管调试支持依赖于 CLR 提供的调试功能。
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | dbgeng.h (包括 Dbgeng.h) |