__unDNameEx (MSVCRT.@)
char* CDECL __unDNameEx ( char* buffer, const char* mangled, int buflen, malloc_func_t memget, free_func_t memfree, void* unknown, unsigned short int flags )
Demangle a C++ identifier.
buffer | [Out] | If not NULL, the place to put the demangled string. |
mangled | [In] | Mangled name of the function. |
buflen | [In] | Length of buffer. |
memget | [In] | Function to allocate memory with. |
memfree | [In] | Function to free memory with. |
unknown | [?] | Unknown, possibly a call back |
flags | [In] | Flags determining demangled format. |
Success: A string pointing to the unmangled name, allocated with memget.
Failure: NULL.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/msvcrt/undname.c". gitlab.winehq.org/wine/wine/blob/master/dlls/msvcrt/undname.c
Debug channel "msvcrt".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.