- Read DLL name from modules in MSFT typelibs.
authorRobert Shearman <rob@codeweavers.com>
Sat, 29 Oct 2005 10:30:57 +0000 (10:30 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 29 Oct 2005 10:30:57 +0000 (10:30 +0000)
commit0033a5a8e76a75f0ca3b2fdbe7144cec22ce54dd
tree89b6b931206840cc3b001341e6d5ac4da266af57
parent1f2a9e2c31fe17489b25b6427ac008273648ec25
- Read DLL name from modules in MSFT typelibs.
- A name offset of -1 for a parameter means that it has the same name
  as the function.
- Print an error if a ReadName is attempted with an offset of -1,
  since this will read garbage.
- Implement ITypeInfo_GetDllEntry.
dlls/oleaut32/typelib.c
dlls/oleaut32/typelib.h