ole32: Return an error in CoMarshalInterface if pStream is NULL.
[wine] / dlls / dbghelp / dbghelp.spec
2007-01-04  Eric Pouechdbghelp: Implemented 64 bit versions of EnumerateLoaded...
2006-07-26  Robert Shearmandbghelp: Implement SymGetSymFromAddr64.
2006-06-27  Eric Pouechdbghelp: Implemented SymEnumerateModules64.
2006-05-11  Eric Pouechdbghelp: Implemented SymSearchW.
2006-05-11  Eric Pouechdbghelp: Implemented SymEnumSymbolsW.
2006-05-11  Eric Pouechdbghelp: Stubbed SymGetSourceFileTokenW.
2006-05-11  Eric Pouechdbghelp: Implemented SymGetLineFromAddrW64.
2006-05-11  Eric Pouechdbghelp: Implemented SymFromAddrW.
2006-05-11  Eric Pouechdbghelp: Implemented SymGetModuleInfoW and SymGetModule...
2006-05-11  Eric Pouechdbghelp: Implemented SymLoadModuleExW.
2006-05-11  Eric Pouechdbghelp: Implemented SymRegisterCallbackW64 and 64...
2006-05-11  Eric Pouechdbghelp: SymInitializeW.
2006-05-11  Eric Pouechdbghelp: Updated spec file.
2006-05-08  Eric Pouechdbghelp: Stub for SymGetSourceFileToken.
2006-01-05  Eric Pouechdbghelp: StackWalk (32 and 64 bit version).
2005-12-26  Eric Pouechdbghelp: Internal search routines can now be case sensi...
2005-12-20  Eric Pouechdbghelp: Added a few extensions to make windbg happy.
2005-12-19  Eric Pouechdbghelp: Implemented SymMatchString.
2005-12-19  Eric Pouechdbghelp: New stubs (needed for windbg startup).
2005-11-29  Vitaliy MargolenStub StackWalk64.
2005-11-29  Eric PouechImplemented SymGet{Next|Prev}Line64.
2005-11-29  Eric PouechImplemented SymGetModuleInfo64.
2005-11-29  Eric PouechImplemented SymUnloadModule64.
2005-11-29  Eric PouechImplemented SymLoadModuleEx.
2005-11-29  Eric PouechAdded stub for dbghelp.SymRegisterCallback64.
2005-11-28  Eric PouechAdded stubs for DbgHelp functions: SymRegisterFunctionE...
2005-11-03  Eric PouechImplemented SymEnumLines.
2005-09-09  Alexandre JulliardSpecify 64-bit integers as double instead of long long...
2005-07-29  Peter OberndorferAdded stub for SymSetParentWindow.
2005-06-23  Alexandre JulliardSort entry points in the same order as Windows.
2005-05-29  Paul VriensAdd SymLoadModule64.
2005-03-07  Eric PouechAdded support for minidump (read & write).
2004-10-21  Francois GougetFix the declaration of SymEnumSymbols() in dbghelp...
2004-10-11  Robert ShearmanFix function and structure field types so we are compat...
2004-09-10  Robert ShearmanImplement ImageDirectoryEntryToData by forwarding it...
2004-06-14  Eric Pouech- implemented EnumDirTree, SearchTreeForFile, SymFindFi...
2004-04-05  Eric PouechFirst shot at implementing dbghelp.