winrt::hresult_class_not_available 구조체(C++/WinRT)
CLASS_E_CLASSNOTAVAILABLE HRESULT 오류 코드를 나타내는 winrt::hresult_error 파생된 형식입니다. winrt::hresult_error 토픽을 참조하여 winrt::hresult_class_not_available 사용할 수 있는 멤버에 대해서도 알아보세요.
Syntax
struct hresult_class_not_available : winrt::hresult_error
요구 사항
지원되는 최소 SDK: Windows SDK 버전 10.0.17134.0(Windows 10, 버전 1803)
네임스페이스: winrt
헤더: %WindowsSdkDir%IncludeWindowsTargetPlatformVersion<>\cppwinrt\winrt\base.h(기본적으로 포함)
생성자
생성자 | Description |
---|---|
hresult_class_not_available::hresult_class_not_available 생성자 | 입력 데이터의 복사본을 사용하여 hresult_class_not_available 구조체의 새 인스턴스를 초기화합니다. |
hresult_class_not_available::hresult_class_not_available 생성자
입력 데이터의 복사본을 사용하여 hresult_class_not_available 구조체의 새 인스턴스를 초기화합니다.
구문
hresult_class_not_available() noexcept;
hresult_class_not_available(winrt::hstring const& message) noexcept;
hresult_class_not_available(winrt::hresult_error::from_abi_t) noexcept
매개 변수
message
개발자가 보고된 오류 조건을 수정하는 데 도움이 되는 정보 문자열입니다.