LoadTypeLib (oleaut32)
Last changed: MDell-64.201.38.167

.
Summary
TODO - a short description

C# Signature:

[DllImport("oleaut32.dll", SetLastError=true)]
static extern TODO LoadTypeLib(TODO);

VB.Net Signatures:

Declare Unicode Function LoadTypeLib Lib "oleaut32.dll" (ByVal TLpszModule As String, ByRef TPpTypeLib As System.Runtime.InteropServices.ComTypes.ITypeLib) As Integer

VB 6 Signature:

Declare Function LoadTypeLib Lib "oleaut32.dll" (pFileName As Byte, pTLB As Object) As Long

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

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.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
LoadTypeLib on MSDN