Files

12 lines
189 B
C#

namespace BrightSharp.Interop
{
namespace Constants
{
internal enum MonitorFromWindowFlags
{
MONITOR_DEFAULTTONEAREST = 0x00000002
}
}
}