Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IMetaDataImport::GetInterfaceImplProps method

Gets a pointer to the metadata tokens for the Type that implements the specified method, and for the interface that declares that method.

Syntax


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

Parameters

tkInterfaceImpl [in]

The metadata token representing the method to return the class and interface tokens for.

ptkClass [out]

The metadata token representing the class that implements the method.

ptkIface [out]

The metadata token representing the interface that defines the implemented method.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

IDL

Rometadataapi.idl

See also

IMetaDataImport

 

 

Show: