mshtml.idl: Added IHTMLButtonElement and DispHTMLButtonElement declarations.
[wine] / include / dbghelp.h
2011-05-24  Francois Gougetinclude: Add a set of parameter documentation macros...
2009-11-17  Eric Pouechdbghelp: Beef up SymRefreshModuleList.
2009-04-23  Alexandre Julliardinclude: Add defines for 32-bit dbghelp functions on...
2009-03-09  Mike Ruprechtdbghelp: Define _IMAGEHLP64 in Win64.
2009-03-06  Mike Ruprechtdbghelp: Don't define 32-bit structs in 64-bit mode.
2007-09-18  Francois Gougetdbghelp: Fix the PENUMLOADED_MODULES_CALLBACK() prototype.
2007-09-18  Francois Gougetdbghelp & imagehlp: Fix the PSYM_ENUMSYMBOLS_CALLBACK...
2007-09-18  Francois Gougetdbghelp: Add some missing prototypes and types.
2007-08-06  Francois Gougetimagehlp & dbghelp: Add the IMAGEAPI and DBHLPAPI macros.
2007-08-03  Francois Gougetdbghelp: Better match the PSDK types, especially with...
2007-08-03  Francois Gougetimagehlp: Add two missing fields.
2007-03-14  Eric Pouechdbghelp: Rewrote SymEnumerateModules with Unicode basis...
2007-03-05  Eric Pouechdbghelp: Implemented SymEnumTypesW.
2007-02-22  Eric Pouechdbghelp: Implemented SymFindFileInPathW.
2007-02-22  Eric Pouechdbghelp: Implemented SearchTreeForFileW.
2007-02-22  Eric Pouechdbghelp: Implemented EnumDirTreeW.
2007-02-22  Eric Pouechdbghelp: Implemented SymMatchFileNameW.
2007-02-22  Eric Pouechdbghelp: Implemented FindExecutableImage[W].
2007-01-04  Eric Pouechdbghelp: Implemented 64 bit versions of EnumerateLoaded...
2006-06-14  Mike McCormackdbghelp: Fix the prototype of some callbacks.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
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-02-17  Eric Pouechdbghelp: Packing for minidump structures is 4 bytes.
2006-01-23  Eric Pouechdbghelp: Brought dbghelp.h a bit closer to PSDK definit...
2006-01-23  Eric Pouechdbghelp: Started implementation of the global callback...
2006-01-23  Eric Pouechdbghelp: Symbol info.
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-19  Eric Pouechdbghelp: Implemented SymMatchString.
2005-12-05  Eric Pouechdbghelp: Implemented StackWalk64.
2005-12-02  Francois GougetAdd IMAGEHLP_MODULEW64.
2005-11-29  Vitaliy MargolenStub StackWalk64.
2005-11-29  Eric PouechAdded support for 'loading' virtual modules.
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-04  Vincent BéronFix typo: PSYM_ENUMSOURCEFILES_CALLBACK instead of
2005-11-03  Eric PouechImplemented SymEnumLines.
2005-09-06  Eric PouechFixes for function prototypes without arguments.
2005-07-29  Peter OberndorferAdded stub for SymSetParentWindow.
2005-05-23  Eric Pouech- fixed ReadProcessMemoryProc prototype
2005-03-29  Eric Pouech- Various improvements for minidump module information
2005-03-07  Eric PouechAdded support for minidump (read & write).
2005-01-31  Eric PouechCleanup of dbghelp.h (and a couple of definition fixes...
2004-10-11  Robert ShearmanFix function and structure field types so we are compat...
2004-06-14  Eric Pouech- implemented EnumDirTree, SearchTreeForFile, SymFindFi...
2004-05-18  Eric Pouech- removed file extension from module (and suffixed...
2004-04-05  Eric PouechFirst shot at implementing dbghelp.
2003-09-04  Dimitrie O. PaunRemoved non-standard header includes.
2003-09-02  Eric PouechAdded a few missing definitions.
2003-08-28  Dimitrie O. PaunUse angle brackets (<>) rather than quotes ("") for...
2003-06-26  Eric PouechAdded dbghelp.h header.