unqualifyName
unqualifyName — removes the domain name qualifier from a point name.
static CString unqualifyName( | pointname); |
LPCTSTR pointname;static String unqualifyName( | pointname); |
String pointname;pointnameThe name of the point.
The pointname with the domain name qualifier, if any, removed.
This utility method is used to remove a domain name qualifier from a point
name. See
qualifyName for more information on
qualifying a point name with a domain name.