Using DUMPBIN to View Decorated Names

To get the decorated form of a function using DUMPBIN, run it on the .OBJ or .LIB file using the /SYMBOLS option. Find the undecorated function definition in the output. The undecorated name is followed by the decorated name, each enclosed in parentheses.

See Also

Reference

Viewing Decorated Names