update shit

This commit is contained in:
2023-02-08 22:57:31 +08:00
parent 9f5f27353f
commit b8da0a802e
27 changed files with 1018 additions and 87 deletions

View File

@ -0,0 +1,18 @@
#pragma once
#include <VTConstants.hpp>
#include <string>
namespace Unvirt {
namespace AccessibleValue {
void GetClassIdName(std::string& strl, LibCmo::CK_CLASSID cls);
void GetCkErrorName(std::string& strl, LibCmo::CKERROR err);
void GetClassIdHierarchy(std::string& strl, LibCmo::CK_CLASSID cls);
void GetCkErrorDescription(std::string& strl, LibCmo::CKERROR err);
void GetAccessibleFileSize(std::string& strl, uint64_t size);
}
}