PAINTSTRUCT

Type Alias PAINTSTRUCT 

Source
pub type PAINTSTRUCT = tagPAINTSTRUCT;

Aliased Type§

#[repr(C)]
pub struct PAINTSTRUCT { pub hdc: *mut HDC__, pub fErase: i32, pub rcPaint: tagRECT, pub fRestore: i32, pub fIncUpdate: i32, pub rgbReserved: [u8; 32], }

Fields§

§hdc: *mut HDC__§fErase: i32§rcPaint: tagRECT§fRestore: i32§fIncUpdate: i32§rgbReserved: [u8; 32]