mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
8 lines
145 B
C#
8 lines
145 B
C#
namespace WindowsDisplayAPI.Native
|
|
{
|
|
internal enum Win32Status
|
|
{
|
|
Success = 0x0,
|
|
ErrorInsufficientBuffer = 0x7A
|
|
}
|
|
} |