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 ComTypes.ITypeLib) As Integer
Declare Unicode Function LoadTypeLib Lib "oleaut32.dll" (ByVal TLpszModule As String, ByRef TPpTypeLib As ComTypes.ITypeLib2) 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:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
LoadTypeLib on MSDN