次の方法で共有


Using Dumpbin to View Decorated Names (Windows Embedded CE 6.0)

1/6/2010

To get the decorated form of a function using DUMPBIN,

  1. Run it on the .OBJ or .LIB file using the /SYMBOLS option.
  2. Find the undecorated function definition in the output.

The undecorated name is followed by the decorated name, each enclosed in parentheses.

See Also

Other Resources

DUMPBIN Tool