QueryPathOfRegTypeLib (comdlg32)
Last changed: -66.230.112.209

.
Summary
Retrieves the path of a registered type library.

C# Signature:

[DllImport("oleaut32.dll", CharSet=CharSet.Unicode, ExactSpelling=true, PreserveSig=false)]
[return: MarshalAs(UnmanagedType.BStr)]
static extern string QueryPathOfRegTypeLib(
    [MarshalAs(UnmanagedType.LPStruct)]
    Guid guid,
    [MarshalAs(UnmanagedType.U2)]
    short wVerMajor,
    [MarshalAs(UnmanagedType.U2)]
    short wVerMinor,
    [MarshalAs(UnmanagedType.U4)]
    int lcid);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation