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;
}
Structure PAINTSTRUCT
Public TODO
End Structure
None.