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: 1d820976c438aa13d3c5f7463936c56a489f02b6 (plain)
1
2
3
4
5
6
7
8
9
10
// PropIDUtils.h

#ifndef __PROPIDUTILS_H
#define __PROPIDUTILS_H

#include "Common/MyString.h"

UString ConvertPropertyToString(const PROPVARIANT &propVariant, PROPID propID, bool full = true);

#endif