EventInfo::_EventInfo::GetTypeInfo Method (UInt32, UInt32, IntPtr)
Retrieves the type information for an object, which can then be used to get the type information for an interface.
Assembly: mscorlib (in mscorlib.dll)
private: virtual void GetTypeInfo( unsigned int iTInfo, unsigned int lcid, IntPtr ppTInfo ) sealed = _EventInfo::GetTypeInfo
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
Receives a pointer to the requested type information object.
| Exception | Condition |
|---|---|
| NotImplementedException | Late-bound access using the COM IDispatch interface is not supported. |
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.
Available since 1.1