_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) Method
Definition
Retrieves the type information for an object, which can be used to get the type information for an interface.
public:
void GetTypeInfo(System::UInt32 iTInfo, System::UInt32 lcid, IntPtr ppTInfo);
public void GetTypeInfo (uint iTInfo, uint lcid, IntPtr ppTInfo);
abstract member GetTypeInfo : uint32 * uint32 * nativeint -> unit
Public Sub GetTypeInfo (iTInfo As UInteger, lcid As UInteger, ppTInfo As IntPtr)
Parameters
- iTInfo
- UInt32
The type information to return.
- lcid
- UInt32
The locale identifier for the type information.
- ppTInfo
- IntPtr
A pointer to the requested type information object.
Remarks
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.