DkmModule.UndecorateName(String, UInt32) 方法

定义

Undecorates 符号名称。

位置约束:必须从 IDE 组件 (组件级别 100000) 中调用 API > 。

public:
 System::String ^ UndecorateName(System::String ^ DecoratedName, System::UInt32 Options);
public:
 Platform::String ^ UndecorateName(Platform::String ^ DecoratedName, unsigned int Options);
std::wstring UndecorateName(std::wstring const & DecoratedName, unsigned int Options);
public string UndecorateName (string DecoratedName, uint Options);
member this.UndecorateName : string * uint32 -> string
Public Function UndecorateName (DecoratedName As String, Options As UInteger) As String

参数

DecoratedName
String

中要进行修饰的名称。

Options
UInt32

中用于更改未修饰名的选项。 这些特定于所使用的实现。 对于 Microsoft PDB,传递 DbgHelp.dll UnDecorateSymbolName 的文档或以下三个扩展选项之一中描述的一个或多个值: UNDNAME2_STRIP_ILT 0x10000-若要从增量链接 Thunk 中删除前导 ILT,请 UNDNAME2_STRIP_CONST 0x20000-若要从字符串的前面删除前导 "CONST" UNDNAME2_STRINGS 0x30000-通过名称使用共用字符串。

返回

String

弄未修饰名。

适用于