This method can be overridden in any object class that wants to append a unique qualifier to the end of the standard identity string for an object.
This method should only be overridded by storage classes. You should always call this method first, then append extra information to the pszIdentity string. (For example, WPObject puts in the class name string, but its subclasses are responsible for putting in the unique identifier.)