PropIDUtils.h 203 B

12345678910
  1. // PropIDUtils.h
  2. #ifndef __PROPIDUTILS_H
  3. #define __PROPIDUTILS_H
  4. #include "Common/MyString.h"
  5. UString ConvertPropertyToString(const PROPVARIANT &propVariant, PROPID propID, bool full = true);
  6. #endif