__unDNameEx(3w)

NAME

__unDNameEx (MSVCRT.@)

SYNOPSIS

char* CDECL  __unDNameEx
 (
  char*              buffer,
  const char*        mangled,
  int                buflen,
  malloc_func_t      memget,
  free_func_t        memfree,
  void*              unknown,
  unsigned short int flags
 )

DESCRIPTION

Demangle a C++ identifier.

PARAMS

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.

RETURNS

Success: A string pointing to the unmangled name, allocated with memget.

Failure: NULL.

IMPLEMENTATION

Defined in "msvcrt.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/msvcrt/undname.c".

Debug channel "msvcrt".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout