Files
easy7zip/CPP/7zip/UI/Common/PropIDUtils.h
Igor Pavlov 829409452d 9.04 beta
2016-05-28 00:15:59 +01:00

13 lines
282 B
C
Executable File

// PropIDUtils.h
#ifndef __PROPID_UTILS_H
#define __PROPID_UTILS_H
#include "Common/MyString.h"
#include "Common/Types.h"
void ConvertUInt32ToHex(UInt32 value, wchar_t *s);
UString ConvertPropertyToString(const PROPVARIANT &propVariant, PROPID propID, bool full = true);
#endif