PAINTSTRUCT (Structures)
Last changed: -212.72.208.162

.
Summary
Contains information that can be used to paint the client area of a window.

C# Definition:

struct PAINTSTRUCT {
   public IntPtr hdc;
   public bool fErase;
   public RECT rcPaint;
   public bool fRestore;
   public bool fIncUpdate;
   [MarshalAs(UnmanagedType.ByValArray, SizeConst=32)] public byte [] rgbReserved;
}

VB Definition:

Structure PAINTSTRUCT
   Public TODO
End Structure

User-Defined Field Types:

RECT

Notes:

None.

Documentation
PAINTSTRUCT on MSDN