Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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
[in] tkInterfaceImpl
The metadata token representing the method to return the class and interface tokens for.
[out] ptkClass
The metadata token representing the class that implements the method.
[out] ptkIface
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
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | rometadataapi.h |