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:
parent
7b435a37c4
commit
4ac5f9c262
@ -9,8 +9,8 @@
|
|||||||
|
|
||||||
namespace csharp {
|
namespace csharp {
|
||||||
struct HResults {
|
struct HResults {
|
||||||
inline static constexpr size_t S_OK = 0x00000000;
|
inline static constexpr size_t HR_S_OK = 0x00000000;
|
||||||
inline static constexpr size_t S_FALSE = 0x1;
|
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_ABANDONEDMUTEX = 0x8013152D;
|
||||||
inline static constexpr size_t COR_E_AMBIGUOUSIMPLEMENTATION = 0x8013106A;
|
inline static constexpr size_t COR_E_AMBIGUOUSIMPLEMENTATION = 0x8013106A;
|
||||||
inline static constexpr size_t COR_E_AMBIGUOUSMATCH = 0x8000211D;
|
inline static constexpr size_t COR_E_AMBIGUOUSMATCH = 0x8000211D;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user