wpGetTrueClassName - Remarks

If a standard Workplace Shell object class has been replaced, the wpGetTrueClassName method will return the name of the class that actually implements the object, while the somGetClassName method will return the name of the replacement class.

For example, if the WPFolder class has been replaced by the MyFolder class, wpGetTrueClassName will return the string "WPFolder", while somGetClassName will return the string "MyFolder".


[Back: wpGetTrueClassName - Parameters]
[Next: wpGetTrueClassName - Usage]