ITypeLib2::GetLibAttr Method (IntPtr%)
.NET Framework (current version)
Retrieves the structure that contains the library's attributes.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- ppTLibAttr
-
Type:
System::IntPtr%
When this method returns, contains a structure that contains the library's attributes. This parameter is passed uninitialized.
Implements
ITypeLib::GetLibAttr(IntPtr%)The values of the structure referenced by the ppTLibAttr parameter can be obtained using the PtrToStructure method.
For additional information about ITypeLib::GetTypeLibAttr, see the MSDN Library.
Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: