Files
easy7zip/7zip/UI/Common/PropIDUtils.h
Igor Pavlov 8c1b5c7b7e 3.13
2016-05-28 00:15:41 +01:00

14 lines
223 B
C
Executable File

// PropIDUtils.h
#pragma once
#ifndef __PROPIDUTILS_H
#define __PROPIDUTILS_H
#include "Common/String.h"
UString ConvertPropertyToString(const PROPVARIANT &aPropVariant,
PROPID aPropID, bool aFull = true);
#endif