DllFunction.UniqueDisplayName
- Updated2025-07-21
- 1 minute(s) read
DllFunction.UniqueDisplayName
Syntax
DllFunction.UniqueDisplayName
Data Type
Purpose
Returns a unique name for a function in a DLL.
Remarks
There can be up to three different names for a function: DisplayName , UniqueDisplayName and SymbolName .
The DisplayName is the simple function name. The UniqueDisplayName is a name that contains parameter type information to distinguish different function overloads in the DLL. If no overloads exist for a function, DisplayName is the same as UniqueDisplayName . The SymbolName is the name exported from the DLL. For C++ functions, the SymbolName contains decorations that encode parameter type information. SymbolName is also a unique name, but it is not intended to be displayed.