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