// This is a very plain wrapper for loading dbghelp.dll. It does not offer // any additional functionality. It takes care of locking.
class outputStream;
// Please note: dbghelp.dll may not have been loaded, or it may have been loaded but not // all functions may be available (because on the target system dbghelp.dll is of an // older version). // In all these cases we return an error from the WindowsDbgHelp::symXXXX() wrapper. We never // assert. It should always be safe to call these functions, but caller has to process the // return code (which he would have to do anyway). namespace WindowsDbgHelp {
// Print one liner describing state (if library loaded, which functions are // missing - if any, and the dbhelp API version) void print_state_on(outputStream* st);
// Call at DLL_PROCESS_ATTACH. void pre_initialize();
};
#endif// OS_WINDOWS_WINDBGHELP_HPP
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet am 2026-06-11)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.