windows.imagehlp

\ imagehlp.d * * Windows API header module * * Translated from MinGW Windows headers * by Stewart Gordon * * Placed into public domain * \**********************************************************************

Members

Aliases

DIGEST_FUNCTION
alias DIGEST_FUNCTION = BOOL function(DIGEST_HANDLE refdata, PBYTE pData, DWORD dwLength)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LPADDRESS
alias LPADDRESS = ADDRESS*
Undocumented in source.
LPAPI_VERSION
alias LPAPI_VERSION = API_VERSION*
Undocumented in source.
LPSTACKFRAME
alias LPSTACKFRAME = STACKFRAME*
Undocumented in source.
MapFileAndCheckSum
alias MapFileAndCheckSum = MapFileAndCheckSumA
Undocumented in source.
MapFileAndCheckSum
alias MapFileAndCheckSum = MapFileAndCheckSumW
Undocumented in source.
PENUMLOADED_MODULES_CALLBACK
alias PENUMLOADED_MODULES_CALLBACK = BOOL function(LPSTR, ULONG, ULONG, PVOID)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PFUNCTION_TABLE_ACCESS_ROUTINE
alias PFUNCTION_TABLE_ACCESS_ROUTINE = LPVOID function(HANDLE, DWORD)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PGET_MODULE_BASE_ROUTINE
alias PGET_MODULE_BASE_ROUTINE = DWORD function(HANDLE, DWORD)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PIMAGEHLP_DEFERRED_SYMBOL_LOAD
alias PIMAGEHLP_DEFERRED_SYMBOL_LOAD = IMAGEHLP_DEFERRED_SYMBOL_LOAD*
Undocumented in source.
PIMAGEHLP_DUPLICATE_SYMBOL
alias PIMAGEHLP_DUPLICATE_SYMBOL = IMAGEHLP_DUPLICATE_SYMBOL*
Undocumented in source.
PIMAGEHLP_LINE
alias PIMAGEHLP_LINE = IMAGEHLP_LINE*
Undocumented in source.
PIMAGEHLP_MODULE
alias PIMAGEHLP_MODULE = IMAGEHLP_MODULE*
Undocumented in source.
PIMAGEHLP_STATUS_ROUTINE
alias PIMAGEHLP_STATUS_ROUTINE = BOOL function(IMAGEHLP_STATUS_REASON, LPSTR, LPSTR, ULONG, ULONG)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PIMAGEHLP_SYMBOL
alias PIMAGEHLP_SYMBOL = IMAGEHLP_SYMBOL*
Undocumented in source.
PIMAGE_DEBUG_INFORMATION
alias PIMAGE_DEBUG_INFORMATION = IMAGE_DEBUG_INFORMATION*
Undocumented in source.
PKDHELP
alias PKDHELP = KDHELP*
Undocumented in source.
PLOADED_IMAGE
alias PLOADED_IMAGE = LOADED_IMAGE*
Undocumented in source.
PREAD_PROCESS_MEMORY_ROUTINE
alias PREAD_PROCESS_MEMORY_ROUTINE = BOOL function(HANDLE, LPCVOID, LPVOID, DWORD, LPDWORD)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSYMBOL_REGISTERED_CALLBACK
alias PSYMBOL_REGISTERED_CALLBACK = BOOL function(HANDLE, ULONG, PVOID, PVOID)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSYM_ENUMMODULES_CALLBACK
alias PSYM_ENUMMODULES_CALLBACK = BOOL function(LPSTR, ULONG, PVOID)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSYM_ENUMSYMBOLS_CALLBACK
alias PSYM_ENUMSYMBOLS_CALLBACK = BOOL function(LPSTR, ULONG, ULONG, PVOID)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PTRANSLATE_ADDRESS_ROUTINE
alias PTRANSLATE_ADDRESS_ROUTINE = DWORD function(HANDLE, HANDLE, LPADDRESS)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Enums

ADDRESS_MODE
enum ADDRESS_MODE
Undocumented in source.
CBA_DEFERRED_SYMBOL_LOAD_START
anonymousenum CBA_DEFERRED_SYMBOL_LOAD_START
Undocumented in source.
CHECKSUM_SUCCESS
anonymousenum CHECKSUM_SUCCESS
Undocumented in source.
IMAGEHLP_STATUS_REASON
enum IMAGEHLP_STATUS_REASON
Undocumented in source.
SYM_TYPE
enum SYM_TYPE
Undocumented in source.

Functions

BindImage
BOOL BindImage(LPSTR , LPSTR , LPSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
BindImageEx
BOOL BindImageEx(DWORD , LPSTR , LPSTR , LPSTR , PIMAGEHLP_STATUS_ROUTINE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CheckSumMappedFile
PIMAGE_NT_HEADERS CheckSumMappedFile(LPVOID , DWORD , LPDWORD , LPDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CopyPdb
BOOL CopyPdb(CHAR* , CHAR* , BOOL )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
EnumerateLoadedModules
BOOL EnumerateLoadedModules(HANDLE , PENUMLOADED_MODULES_CALLBACK , PVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
FindDebugInfoFile
HANDLE FindDebugInfoFile(LPSTR , LPSTR , LPSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
FindExecutableImage
HANDLE FindExecutableImage(LPSTR , LPSTR , LPSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
FindExecutableImage
HANDLE FindExecutableImage(LPSTR , LPSTR , LPSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetImageConfigInformation
BOOL GetImageConfigInformation(PLOADED_IMAGE , PIMAGE_LOAD_CONFIG_DIRECTORY )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetImageUnusedHeaderBytes
DWORD GetImageUnusedHeaderBytes(PLOADED_IMAGE , LPDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetTimestampForLoadedLibrary
DWORD GetTimestampForLoadedLibrary(HMODULE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ImageAddCertificate
BOOL ImageAddCertificate(HANDLE , LPWIN_CERTIFICATE , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ImageDirectoryEntryToData
PVOID ImageDirectoryEntryToData(PVOID , BOOLEAN , USHORT , PULONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ImageEnumerateCertificates
BOOL ImageEnumerateCertificates(HANDLE , WORD , PDWORD , PDWORD , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ImageGetCertificateData
BOOL ImageGetCertificateData(HANDLE , DWORD , LPWIN_CERTIFICATE , PDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ImageGetCertificateHeader
BOOL ImageGetCertificateHeader(HANDLE , DWORD , LPWIN_CERTIFICATE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ImageGetDigestStream
BOOL ImageGetDigestStream(HANDLE , DWORD , DIGEST_FUNCTION , DIGEST_HANDLE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ImageLoad
PLOADED_IMAGE ImageLoad(LPSTR , LPSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ImageNtHeader
PIMAGE_NT_HEADERS ImageNtHeader(PVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ImageRemoveCertificate
BOOL ImageRemoveCertificate(HANDLE , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ImageRvaToSection
PIMAGE_SECTION_HEADER ImageRvaToSection(PIMAGE_NT_HEADERS , PVOID , ULONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ImageRvaToVa
PVOID ImageRvaToVa(PIMAGE_NT_HEADERS , PVOID , ULONG , PIMAGE_SECTION_HEADER* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ImageUnload
BOOL ImageUnload(PLOADED_IMAGE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ImagehlpApiVersion
LPAPI_VERSION ImagehlpApiVersion()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ImagehlpApiVersionEx
LPAPI_VERSION ImagehlpApiVersionEx(LPAPI_VERSION )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
MakeSureDirectoryPathExists
BOOL MakeSureDirectoryPathExists(LPCSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
MapAndLoad
BOOL MapAndLoad(LPSTR , LPSTR , PLOADED_IMAGE , BOOL , BOOL )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
MapDebugInformation
PIMAGE_DEBUG_INFORMATION MapDebugInformation(HANDLE , LPSTR , LPSTR , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
MapFileAndCheckSumA
DWORD MapFileAndCheckSumA(LPSTR , LPDWORD , LPDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
MapFileAndCheckSumW
DWORD MapFileAndCheckSumW(PWSTR , LPDWORD , LPDWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ReBaseImage
BOOL ReBaseImage(LPSTR , LPSTR , BOOL , BOOL , BOOL , ULONG , ULONG* , ULONG* , ULONG* , ULONG* , ULONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
RemovePrivateCvSymbolic
BOOL RemovePrivateCvSymbolic(PCHAR , PCHAR* , ULONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
RemovePrivateCvSymbolicEx
BOOL RemovePrivateCvSymbolicEx(PCHAR , ULONG , PCHAR* , ULONG* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
RemoveRelocations
VOID RemoveRelocations(PCHAR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SearchTreeForFile
BOOL SearchTreeForFile(LPSTR , LPSTR , LPSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetImageConfigInformation
BOOL SetImageConfigInformation(PLOADED_IMAGE , PIMAGE_LOAD_CONFIG_DIRECTORY )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SplitSymbols
BOOL SplitSymbols(LPSTR , LPSTR , LPSTR , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
StackWalk
BOOL StackWalk(DWORD , HANDLE , HANDLE , LPSTACKFRAME , LPVOID , PREAD_PROCESS_MEMORY_ROUTINE , PFUNCTION_TABLE_ACCESS_ROUTINE , PGET_MODULE_BASE_ROUTINE , PTRANSLATE_ADDRESS_ROUTINE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SymCleanup
BOOL SymCleanup(HANDLE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SymEnumerateModules
BOOL SymEnumerateModules(HANDLE , PSYM_ENUMMODULES_CALLBACK , PVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SymEnumerateSymbols
BOOL SymEnumerateSymbols(HANDLE , DWORD , PSYM_ENUMSYMBOLS_CALLBACK , PVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SymFunctionTableAccess
LPVOID SymFunctionTableAccess(HANDLE , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SymGetLineFromAddr
BOOL SymGetLineFromAddr(HANDLE , DWORD , PDWORD , PIMAGEHLP_LINE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SymGetLineFromName
BOOL SymGetLineFromName(HANDLE , LPSTR , LPSTR , DWORD , PLONG , PIMAGEHLP_LINE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SymGetLineNext
BOOL SymGetLineNext(HANDLE , PIMAGEHLP_LINE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SymGetLinePrev
BOOL SymGetLinePrev(HANDLE , PIMAGEHLP_LINE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SymGetModuleBase
DWORD SymGetModuleBase(HANDLE , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SymGetModuleInfo
BOOL SymGetModuleInfo(HANDLE , DWORD , PIMAGEHLP_MODULE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SymGetOptions
DWORD SymGetOptions()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SymGetSearchPath
BOOL SymGetSearchPath(HANDLE , LPSTR , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SymGetSymFromAddr
BOOL SymGetSymFromAddr(HANDLE , DWORD , PDWORD , PIMAGEHLP_SYMBOL )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SymGetSymFromName
BOOL SymGetSymFromName(HANDLE , LPSTR , PIMAGEHLP_SYMBOL )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SymGetSymNext
BOOL SymGetSymNext(HANDLE , PIMAGEHLP_SYMBOL )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SymGetSymPrev
BOOL SymGetSymPrev(HANDLE , PIMAGEHLP_SYMBOL )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SymInitialize
BOOL SymInitialize(HANDLE , LPSTR , BOOL )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SymLoadModule
BOOL SymLoadModule(HANDLE , HANDLE , PSTR , PSTR , DWORD , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SymMatchFileName
BOOL SymMatchFileName(LPSTR , LPSTR , LPSTR* , LPSTR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SymRegisterCallback
BOOL SymRegisterCallback(HANDLE , PSYMBOL_REGISTERED_CALLBACK , PVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SymSetOptions
DWORD SymSetOptions(DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SymSetSearchPath
BOOL SymSetSearchPath(HANDLE , LPSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SymUnDName
BOOL SymUnDName(PIMAGEHLP_SYMBOL , LPSTR , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SymUnloadModule
BOOL SymUnloadModule(HANDLE , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
TouchFileTimes
BOOL TouchFileTimes(HANDLE , LPSYSTEMTIME )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
UnDecorateSymbolName
DWORD UnDecorateSymbolName(LPCSTR , LPSTR , DWORD , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
UnMapAndLoad
BOOL UnMapAndLoad(PLOADED_IMAGE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
UnmapDebugInformation
BOOL UnmapDebugInformation(PIMAGE_DEBUG_INFORMATION )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
UpdateDebugInfoFile
BOOL UpdateDebugInfoFile(LPSTR , LPSTR , LPSTR , PIMAGE_NT_HEADERS )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
UpdateDebugInfoFileEx
BOOL UpdateDebugInfoFileEx(LPSTR , LPSTR , LPSTR , PIMAGE_NT_HEADERS , DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Mixins

__anonymous
mixin DECLARE_HANDLE!("DIGEST_HANDLE")
Undocumented in source.

Structs

ADDRESS
struct ADDRESS
Undocumented in source.
API_VERSION
struct API_VERSION
Undocumented in source.
IMAGEHLP_DEFERRED_SYMBOL_LOAD
struct IMAGEHLP_DEFERRED_SYMBOL_LOAD
Undocumented in source.
IMAGEHLP_DUPLICATE_SYMBOL
struct IMAGEHLP_DUPLICATE_SYMBOL
Undocumented in source.
IMAGEHLP_LINE
struct IMAGEHLP_LINE
Undocumented in source.
IMAGEHLP_MODULE
struct IMAGEHLP_MODULE
Undocumented in source.
IMAGEHLP_SYMBOL
struct IMAGEHLP_SYMBOL
Undocumented in source.
IMAGE_DEBUG_INFORMATION
struct IMAGE_DEBUG_INFORMATION
Undocumented in source.
KDHELP
struct KDHELP
Undocumented in source.
LOADED_IMAGE
struct LOADED_IMAGE
Undocumented in source.
STACKFRAME
struct STACKFRAME
Undocumented in source.

Variables

API_VERSION_NUMBER
auto API_VERSION_NUMBER;
Undocumented in source.
BIND_ALL_IMAGES
auto BIND_ALL_IMAGES;
Undocumented in source.
BIND_CACHE_IMPORT_DLLS
auto BIND_CACHE_IMPORT_DLLS;
Undocumented in source.
BIND_NO_BOUND_IMPORTS
auto BIND_NO_BOUND_IMPORTS;
Undocumented in source.
BIND_NO_UPDATE
auto BIND_NO_UPDATE;
Undocumented in source.
CERT_PE_IMAGE_DIGEST_ALL_IMPORT_INFO
auto CERT_PE_IMAGE_DIGEST_ALL_IMPORT_INFO;
Undocumented in source.
CERT_PE_IMAGE_DIGEST_DEBUG_INFO
auto CERT_PE_IMAGE_DIGEST_DEBUG_INFO;
Undocumented in source.
CERT_PE_IMAGE_DIGEST_NON_PE_INFO
auto CERT_PE_IMAGE_DIGEST_NON_PE_INFO;
Undocumented in source.
CERT_PE_IMAGE_DIGEST_RESOURCES
auto CERT_PE_IMAGE_DIGEST_RESOURCES;
Undocumented in source.
CERT_SECTION_TYPE_ANY
auto CERT_SECTION_TYPE_ANY;
Undocumented in source.
IMAGE_SEPARATION
auto IMAGE_SEPARATION;
Undocumented in source.
SPLITSYM_EXTRACT_ALL
auto SPLITSYM_EXTRACT_ALL;
Undocumented in source.
SPLITSYM_REMOVE_PRIVATE
auto SPLITSYM_REMOVE_PRIVATE;
Undocumented in source.
SPLITSYM_SYMBOLPATH_IS_SRC
auto SPLITSYM_SYMBOLPATH_IS_SRC;
Undocumented in source.
SYMF_OMAP_GENERATED
auto SYMF_OMAP_GENERATED;
Undocumented in source.
SYMF_OMAP_MODIFIED
auto SYMF_OMAP_MODIFIED;
Undocumented in source.
SYMOPT_CASE_INSENSITIVE
auto SYMOPT_CASE_INSENSITIVE;
Undocumented in source.
SYMOPT_DEFERRED_LOADS
auto SYMOPT_DEFERRED_LOADS;
Undocumented in source.
SYMOPT_LOAD_LINES
auto SYMOPT_LOAD_LINES;
Undocumented in source.
SYMOPT_NO_CPP
auto SYMOPT_NO_CPP;
Undocumented in source.
SYMOPT_OMAP_FIND_NEAREST
auto SYMOPT_OMAP_FIND_NEAREST;
Undocumented in source.
SYMOPT_UNDNAME
auto SYMOPT_UNDNAME;
Undocumented in source.
UNDNAME_32_BIT_DECODE
auto UNDNAME_32_BIT_DECODE;
Undocumented in source.
UNDNAME_COMPLETE
auto UNDNAME_COMPLETE;
Undocumented in source.
UNDNAME_NAME_ONLY
auto UNDNAME_NAME_ONLY;
Undocumented in source.
UNDNAME_NO_ACCESS_SPECIFIERS
auto UNDNAME_NO_ACCESS_SPECIFIERS;
Undocumented in source.
UNDNAME_NO_ALLOCATION_LANGUAGE
auto UNDNAME_NO_ALLOCATION_LANGUAGE;
Undocumented in source.
UNDNAME_NO_ALLOCATION_MODEL
auto UNDNAME_NO_ALLOCATION_MODEL;
Undocumented in source.
UNDNAME_NO_ARGUMENTS
auto UNDNAME_NO_ARGUMENTS;
Undocumented in source.
UNDNAME_NO_CV_THISTYPE
auto UNDNAME_NO_CV_THISTYPE;
Undocumented in source.
UNDNAME_NO_FUNCTION_RETURNS
auto UNDNAME_NO_FUNCTION_RETURNS;
Undocumented in source.
UNDNAME_NO_LEADING_UNDERSCORES
auto UNDNAME_NO_LEADING_UNDERSCORES;
Undocumented in source.
UNDNAME_NO_MEMBER_TYPE
auto UNDNAME_NO_MEMBER_TYPE;
Undocumented in source.
UNDNAME_NO_MS_KEYWORDS
auto UNDNAME_NO_MS_KEYWORDS;
Undocumented in source.
UNDNAME_NO_MS_THISTYPE
auto UNDNAME_NO_MS_THISTYPE;
Undocumented in source.
UNDNAME_NO_RETURN_UDT_MODEL
auto UNDNAME_NO_RETURN_UDT_MODEL;
Undocumented in source.
UNDNAME_NO_SPECIAL_SYMS
auto UNDNAME_NO_SPECIAL_SYMS;
Undocumented in source.
UNDNAME_NO_THISTYPE
auto UNDNAME_NO_THISTYPE;
Undocumented in source.
UNDNAME_NO_THROW_SIGNATURES
auto UNDNAME_NO_THROW_SIGNATURES;
Undocumented in source.

Meta