winrt::get_interfaces 함수(C++/WinRT)
C++/WinRT 개체에 의해 구현되는 인터페이스의 식별자가 포함된 배열을 검색하는 도우미 함수입니다. IInspectable::GetIids 호출에서 반환되는 것과 동일한 식별자입니다.
또한 implements::find_interface 및 implements::get_local_iids 함수를 참조하세요.
구문
inline winrt::com_array<GUID> get_interfaces(winrt::Windows::Foundation::IInspectable const& object);
매개 변수
object
작동할 C++/WinRT 개체입니다.
반환 값
인터페이스 식별자를 포함하는 winrt::com_array .
요구 사항
지원되는 최소 SDK: Windows SDK 버전 10.0.17134.0(Windows 10, 버전 1803)
네임스페이스: winrt
헤더: %WindowsSdkDir%IncludeWindowsTargetPlatformVersion<>\cppwinrt\winrt\base.h(기본적으로 포함)