ICustomQueryInterface.GetInterface(Guid, IntPtr) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 인터페이스 ID에 따라 인터페이스를 반환합니다.
public:
System::Runtime::InteropServices::CustomQueryInterfaceResult GetInterface(Guid % iid, [Runtime::InteropServices::Out] IntPtr % ppv);
[System.Security.SecurityCritical]
public System.Runtime.InteropServices.CustomQueryInterfaceResult GetInterface (ref Guid iid, out IntPtr ppv);
public System.Runtime.InteropServices.CustomQueryInterfaceResult GetInterface (ref Guid iid, out IntPtr ppv);
[<System.Security.SecurityCritical>]
abstract member GetInterface : Guid * nativeint -> System.Runtime.InteropServices.CustomQueryInterfaceResult
abstract member GetInterface : Guid * nativeint -> System.Runtime.InteropServices.CustomQueryInterfaceResult
Public Function GetInterface (ByRef iid As Guid, ByRef ppv As IntPtr) As CustomQueryInterfaceResult
매개 변수
- iid
- Guid
요청된 인터페이스의 GUID입니다.
- ppv
-
IntPtr
nativeint
이 메서드에서 반환할 때 요청된 인터페이스에 대한 참조입니다.
반환
IUnknown::QueryInterface의 사용자 지정 구현이 사용되었는지 여부를 나타내는 열거형 값 중 하나입니다.
- 특성
설명
애플리케이션 관리 되는 코드를 사용 하 여 사용자 지정 인터페이스와 표준 런타임 인터페이스에 대 한 자체 구현을 지정 수 있습니다.
반환 값은 CustomQueryInterfaceResult COM 액세스 중에 특정 인터페이스를 표시하거나 숨김으로써 사용자 지정된 구현을 사용하거나 사용하지 않도록 설정하는 데 사용할 수 있습니다.
이 메서드는 COM에 표시되지 않습니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET