1
0
mirror of https://github.com/borgesdan/xn65 synced 2024-12-29 21:54:47 +01:00

Renomeia itens em HResult

This commit is contained in:
Danilo Borges Santos 2024-12-02 17:36:44 -03:00
parent 7b435a37c4
commit 4ac5f9c262

View File

@ -9,8 +9,8 @@
namespace csharp {
struct HResults {
inline static constexpr size_t S_OK = 0x00000000;
inline static constexpr size_t S_FALSE = 0x1;
inline static constexpr size_t HR_S_OK = 0x00000000;
inline static constexpr size_t HR_S_FALSE = 0x1;
inline static constexpr size_t COR_E_ABANDONEDMUTEX = 0x8013152D;
inline static constexpr size_t COR_E_AMBIGUOUSIMPLEMENTATION = 0x8013106A;
inline static constexpr size_t COR_E_AMBIGUOUSMATCH = 0x8000211D;