[DllImport("oleaut32.dll", SetLastError=true)]
static extern TODO LoadTypeLib(TODO);
Declare Unicode Function LoadTypeLib Lib "oleaut32.dll" (ByVal TLpszModule As String, ByRef TPpTypeLib As System.Runtime.InteropServices.ComTypes.ITypeLib) As Integer
Declare Function LoadTypeLib Lib "oleaut32.dll" (pFileName As Byte, pTLB As Object) As Long
None.
Do you know one? Please contribute it!
In VB.Net you can substitute System.Runtime.InteropServices.ComTypes.ITypeLib2 or System.Runtime.InteropServices.UCOMITypeLib for System.Runtime.InteropServices.ComTypes.ITypeLib, defined in mscorlib.dll.
Note that in v2.0 (Whidbey) of the .NET Framework, the System.Runtime.InteropServices.UCOMITypeLib interface has been deprecated in favor of System.Runtime.InteropServices.ComTypes.ITypeLib.
Please add some!
Please add some!