mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 05:15:01 -06:00
11 lines
203 B
C
Executable File
11 lines
203 B
C
Executable File
// PropIDUtils.h
|
|
|
|
#ifndef __PROPIDUTILS_H
|
|
#define __PROPIDUTILS_H
|
|
|
|
#include "Common/MyString.h"
|
|
|
|
UString ConvertPropertyToString(const PROPVARIANT &propVariant, PROPID propID, bool full = true);
|
|
|
|
#endif
|