Windows.Win32.Graphics.Gdi.PAINTSTRUCT
struct PAINTSTRUCT
The PAINTSTRUCT structure contains information for an application. This information can be used to paint the client area of a window owned by that application.
namespace Windows.Win32.Graphics.Gdi
{
internal struct PAINTSTRUCT
{
}
}