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.
Gets a pointer to an ITypeLib instance that represents the type library that has the specified library and module names.
HRESULT GetTypeLibFromMetaData (
[in] BSTR strModule,
[in] BSTR strTlbName,
[out] ITypeLib **ppITL
);
Parameters
strModule
[in] The name of the type library's module.strTlbName
[in] The name of the type library.ppITL
[out] A pointer to a location that receives the address of the ITypeLib instance that represents the type library.
Requirements
Platform: See .NET Framework System Requirements.
Header: Cor.h
Library: Used as a resource in MsCorEE.dll
.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0