IDebugControl4::GetManagedStatusWide 方法 (dbgeng.h)
在引擎使用 Common Language Runtime 所提供的運行時間偵錯 API 時,以 Unicode 字元字串的形式提供意見反應, (CLR) 。
語法
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
輸出字串的指標。
傳回值
這個方法也可能傳回錯誤值。 如需詳細資訊,請參閱 傳回值 。
傳回碼 | 描述 |
---|---|
|
此方法成功。 |
Managed 偵錯支援依賴CLR所提供的偵錯功能。
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | dbgeng.h (包含 Dbgeng.h) |