chore: initial commit (extracted from Launchers monorepo)
Plugin: ns7zip v2.0.0 Architectures: x86-ansi, x86-unicode, amd64-unicode License: LGPL-2.1-or-later
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
// PropIDUtils.h
|
||||
|
||||
#ifndef ZIP7_INC_PROPID_UTILS_H
|
||||
#define ZIP7_INC_PROPID_UTILS_H
|
||||
|
||||
#include "../../../Common/MyString.h"
|
||||
|
||||
// provide at least 64 bytes for buffer including zero-end
|
||||
void ConvertPropertyToShortString2(char *dest, const PROPVARIANT &propVariant, PROPID propID, int level = 0) throw();
|
||||
void ConvertPropertyToString2(UString &dest, const PROPVARIANT &propVariant, PROPID propID, int level = 0);
|
||||
|
||||
bool ConvertNtReparseToString(const Byte *data, size_t size, UString &s);
|
||||
void ConvertNtSecureToString(const Byte *data, size_t size, AString &s);
|
||||
bool CheckNtSecure(const Byte *data, size_t size) throw();
|
||||
|
||||
void ConvertWinAttribToString(char *s, UInt32 wa) throw();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user