te
This commit is contained in:
parent
01151e679b
commit
57b2f0400e
265 changed files with 22828 additions and 6 deletions
9
Unused/Decal.Adapter/HResults.cs
Normal file
9
Unused/Decal.Adapter/HResults.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Decal.Adapter;
|
||||
|
||||
internal enum HResults
|
||||
{
|
||||
E_FAIL = -2147483640,
|
||||
E_NOINTERFACE = -2147483644,
|
||||
S_FAIL = -1,
|
||||
S_OK = 0
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue