winrt::hresult_changed_state結構 (C++/WinRT)
衍生自 winrt::hresult_error的類型,表示E_CHANGED_STATE HRESULT 錯誤碼。 另請參閱 winrt::hresult_error 主題,以瞭解 winrt::hresult_changed_state也可以使用的成員。
語法
struct hresult_changed_state : winrt::hresult_error
規格需求
最低支援的 SDK:Windows SDK 10.0.17134.0 版 (Windows 10版本 1803)
命名空間: winrt
標頭: %WindowsSdkDir%IncludeWindowsTargetPlatformVersion <> \cppwinrt\winrt\base.h 預設包含 ()
建構函式
建構函式 | 描述 |
---|---|
hresult_changed_state::hresult_changed_state 建構函式 | 使用輸入資料的複本,初始化 hresult_changed_state 結構的新實例。 |
hresult_changed_state::hresult_changed_state 建構函式
使用輸入資料的複本,初始化 hresult_changed_state 結構的新實例。
語法
hresult_changed_state() noexcept;
hresult_changed_state(winrt::hstring const& message) noexcept;
hresult_changed_state(winrt::hresult_error::from_abi_t) noexcept
參數
message
資訊字串,可協助開發人員更正回報的錯誤狀況。