1 // PropIDUtils.h 2 3 #ifndef __PROPID_UTILS_H 4 #define __PROPID_UTILS_H 5 6 #include "Common/MyString.h" 7 #include "Common/Types.h" 8 9 void ConvertUInt32ToHex(UInt32 value, wchar_t *s); 10 UString ConvertPropertyToString(const PROPVARIANT &propVariant, PROPID propID, bool full = true); 11 12 #endif 13