IMetaDataImport::GetInterfaceImplProps 메서드(rometadataapi.h)

지정된 메서드를 구현하는 Type 및 해당 메서드를 선언하는 인터페이스에 대한 메타데이터 토큰에 대한 포인터를 가져옵니다.

구문

HRESULT GetInterfaceImplProps(
  [in]  mdInterfaceImpl tkInterfaceImpl,
  [out] mdTypeDef       *ptkClass,
  [out] mdToken         *ptkIface
);

매개 변수

[in] tkInterfaceImpl

클래스 및 인터페이스 토큰을 반환할 메서드를 나타내는 메타데이터 토큰입니다.

[out] ptkClass

메서드를 구현하는 클래스를 나타내는 메타데이터 토큰입니다.

[out] ptkIface

구현된 메서드를 정의하는 인터페이스를 나타내는 메타데이터 토큰입니다.

반환 값

메서드가 성공하면 S_OK를 반환하고, 성공하지 않으면 HRESULT 오류 코드를 반환합니다.

요구 사항

요구 사항
대상 플랫폼 Windows
헤더 rometadataapi.h

추가 정보

IMetaDataImport