in reply to Re^2: Extract CLSID from unregistered DLL
in thread Extract CLSID from unregistered DLL

Note that LoadTypeLibEx will not be "just check" the file, it will also load that library into memory and execute some code from the library.

Using it likely consists of using Win32::API to load the function call and then supplying the correct parameters to the imported function.

I have not used LoadTypeLibEx, so your guess is as good as mine, but Microsoft provided some documentation on how to use the things.