// PropertyName.h #ifndef __PROPERTYNAME_H #define __PROPERTYNAME_H #include "Common/String.h" UString GetNameOfProperty(PROPID propID); #endif