Windows.Win32.Foundation.RECTL
struct RECTL
The RECTL structure defines a rectangle by the coordinates of its upper-left and lower-right corners.
namespace Windows.Win32.Foundation
{
internal struct RECTL
{
}
}