IMetaDataImport::FindTypeRef method (rometadataapi.h)
Gets a pointer to the TypeRef token for the Type reference that is in the specified scope and that has the specified name.
Syntax
HRESULT FindTypeRef(
[in] mdToken tkResolutionScope,
[in] LPCWSTR szName,
[out] mdTypeRef *tkTypeRef
);
Parameters
[in] tkResolutionScope
A ModuleRef, AssemblyRef, or TypeRef token that specifies the module, assembly, or type, respectively, in which the type reference is defined.
[in] szName
The name of the type reference to search for.
[out] tkTypeRef
A pointer to the matching TypeRef token.
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 |