mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 12:11:39 -06:00
3.13
This commit is contained in:
17
Windows/PropVariantConversions.h
Executable file
17
Windows/PropVariantConversions.h
Executable file
@@ -0,0 +1,17 @@
|
||||
// Windows/PropVariantConversions.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __PROPVARIANTCONVERSIONS_H
|
||||
#define __PROPVARIANTCONVERSIONS_H
|
||||
|
||||
#include "Common/String.h"
|
||||
|
||||
// CSysString ConvertFileTimeToString(const FILETIME &fileTime, bool includeTime = true);
|
||||
UString ConvertFileTimeToString2(const FILETIME &fileTime, bool includeTime = true,
|
||||
bool includeSeconds = true);
|
||||
UString ConvertPropVariantToString(const PROPVARIANT &propVariant);
|
||||
|
||||
UINT64 ConvertPropVariantToUINT64(const PROPVARIANT &propVariant);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user