Using Dumpbin to View Decorated Names (Windows CE 5.0)
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
Send Feedback on this topic to the authors