Sweden-Number/dlls/oleaut32
James Hatheway 044d251980 - Avoid null-pointer exceptions by testing listnodes validity before doing
any work with those.
- TLB_ReadTypeLib now retrieves the length of the TLB and passes it to
  the TLB constructor which initializes TLBContext::length to that
  value.
- For non-standard pointed types, td[3] is always 0. I observed that
  the type is stored at td[2]/8 and not td[3]/8.
- Null-pointer exception occurs when GetRefTypeOfImplType is called on a
  type with no inherited interfaces. If the implemented types linked list
  is empty, set pRefType as 0 and return S_OK.
2000-08-09 22:24:04 +00:00
..
.cvsignore Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
Makefile.in Added imports of user32/gdi32/kernel32 wherever necessary. 2000-08-03 00:04:24 +00:00
connpt.c A generic implemention of IConnectionPoint/IEnumConnections. 2000-07-25 12:26:12 +00:00
connpt.h A generic implemention of IConnectionPoint/IEnumConnections. 2000-07-25 12:26:12 +00:00
ole2disp.c Prevent SysAllocString and SysAllocString16 to perform any processing 2000-07-10 13:04:45 +00:00
ole2disp.spec Added 'owner' field to 16-bit spec files to specify the name of the 2000-07-28 00:07:18 +00:00
oleaut.c Moved GUID definitions to their respective dll. 2000-08-03 04:22:35 +00:00
oleaut32.spec Added imports of user32/gdi32/kernel32 wherever necessary. 2000-08-03 00:04:24 +00:00
olefont.c Add Connection Point support to OLE font objects. 2000-07-28 20:17:21 +00:00
olepicture.c Spelling fixes. 2000-07-16 15:44:22 +00:00
parsedt.c Removed a dependency between oleaut32 and comctl32. 2000-01-12 05:01:02 +00:00
parsedt.h Moved bulk of OLE implementation to dlls/ subdirectories. 1999-09-19 18:36:53 +00:00
safearray.c Implemented SafeArrayGetVarType. 2000-07-08 18:30:41 +00:00
stubs.c Added CreateTypeLib,LHashValOfNameSys stubs. 2000-07-29 21:54:58 +00:00
typelib.c - Avoid null-pointer exceptions by testing listnodes validity before doing 2000-08-09 22:24:04 +00:00
typelib.h - removed hack to find the right resource 2000-06-24 13:50:52 +00:00
typelib.spec Added 'owner' field to 16-bit spec files to specify the name of the 2000-07-28 00:07:18 +00:00
variant.c Added/fixed some documentation reported by winapi_check. 2000-03-28 20:22:59 +00:00