mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 09:15:00 -06:00
12 lines
209 B
C
Executable File
12 lines
209 B
C
Executable File
// PropIDUtils.h
|
|
|
|
#ifndef __PROPIDUTILS_H
|
|
#define __PROPIDUTILS_H
|
|
|
|
#include "Common/String.h"
|
|
|
|
UString ConvertPropertyToString(const PROPVARIANT &aPropVariant,
|
|
PROPID aPropID, bool aFull = true);
|
|
|
|
#endif
|