_Attribute::GetTypeInfo Method (UInt32, UInt32, IntPtr)
.NET Framework (current version)
Retrieves the type information for an object, which can be used to get the type information for an interface.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- iTInfo
-
Type:
System::UInt32
The type information to return.
- lcid
-
Type:
System::UInt32
The locale identifier for the type information.
- ppTInfo
-
Type:
System::IntPtr
A pointer to the requested type information object.
This method is for access to managed classes from unmanaged code and should not be called from managed code. For more information about IDispatch::GetTypeInfo, see the MSDN Library.
.NET Framework
Available since 1.1
Available since 1.1
Show: