Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Provides the ResolveTypeLib method, which resolves the file path of a type library.
interface ITypeLibResolver : IUnknown
{
HRESULT ResolveTypeLib(
[in] BSTR bstrSimpleName,
[in] GUID tlbid,
[in] LCID lcid,
[in] USHORT wMajorVersion,
[in] USHORT wMinorVersion,
[in] SYSKIND syskind,
[out] BSTR *pbstrResolvedTlbName);
}
Methods
Method |
Description |
|---|---|
Resolves the simple name of a type library by returning its fully qualified path. |
Requirements
Platforms: See .NET Framework System Requirements.
Header: TlbRef.h
Library: TlbRef.lib
.NET Framework Version: 3.5, 3.0, 2.0