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

#ifndef __PROPID_UTILS_H
#define __PROPID_UTILS_H

#include "Common/MyString.h"
#include "Common/Types.h"

void ConvertUInt32ToHex(UInt32 value, wchar_t *s);
UString ConvertPropertyToString(const PROPVARIANT &propVariant, PROPID propID, bool full = true);

#endif