CommonLibSSE NG
DBGHELP.h File Reference

Go to the source code of this file.

Namespaces

 REX
 
 REX::W32
 

Functions

std::uint32_t REX::W32::UnDecorateSymbolName (const char *a_name, char *a_buf, std::uint32_t a_bufLen, std::uint32_t a_flags) noexcept
 
std::uint32_t REX::W32::UnDecorateSymbolNameW (const wchar_t *a_name, wchar_t *a_buf, std::uint32_t a_bufLen, std::uint32_t a_flags) noexcept
 

Variables

constexpr auto REX::W32::UNDNAME_NO_MS_KEYWORDS { 0x00000002u }
 
constexpr auto REX::W32::UNDNAME_NO_FUNCTION_RETURNS { 0x00000004u }
 
constexpr auto REX::W32::UNDNAME_NO_ALLOCATION_MODEL { 0x00000008u }
 
constexpr auto REX::W32::UNDNAME_NO_ALLOCATION_LANGUAGE { 0x00000010u }
 
constexpr auto REX::W32::UNDNAME_NO_THISTYPE { 0x00000060u }
 
constexpr auto REX::W32::UNDNAME_NO_ACCESS_SPECIFIERS { 0x00000080u }
 
constexpr auto REX::W32::UNDNAME_NO_THROW_SIGNATURES { 0x00000100u }
 
constexpr auto REX::W32::UNDNAME_NO_RETURN_UDT_MODEL { 0x00000400u }
 
constexpr auto REX::W32::UNDNAME_NAME_ONLY { 0x00001000u }
 
constexpr auto REX::W32::UNDNAME_NO_ARGUMENTS { 0x00002000u }