Welcome to mirror list, hosted at ThFree Co, Russian Federation.

PropIDUtils.h « Common « UI « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aa540885f2bbcff8808106fc6b8027f3ff875eb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
// PropIDUtils.h

#ifndef __PROPIDUTILS_H
#define __PROPIDUTILS_H

#include "Common/String.h"

UString ConvertPropertyToString(const PROPVARIANT &aPropVariant, 
    PROPID aPropID, bool aFull = true);

#endif