Using Dumpbin to View Decorated Names (Windows Embedded CE 6.0)
1/6/2010
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.