PropIDUtils.h revision baa3858d3f5d128a5c8466b700098109edcad5f2
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
9void ConvertUInt32ToHex(UInt32 value, wchar_t *s);
10UString ConvertPropertyToString(const PROPVARIANT &propVariant, PROPID propID, bool full = true);
11
12#endif
13