Struct windows_sys::Win32::UI::Controls::NMCUSTOMDRAW
#[repr(C)]pub struct NMCUSTOMDRAW {
pub hdr: NMHDR,
pub dwDrawStage: NMCUSTOMDRAW_DRAW_STAGE,
pub hdc: HDC,
pub rc: RECT,
pub dwItemSpec: usize,
pub uItemState: NMCUSTOMDRAW_DRAW_STATE_FLAGS,
pub lItemlParam: LPARAM,
}Expand description
Required features: "Win32_UI_Controls", "Win32_Foundation", "Win32_Graphics_Gdi"
Fields§
§hdr: NMHDR§dwDrawStage: NMCUSTOMDRAW_DRAW_STAGE§hdc: HDC§rc: RECT§dwItemSpec: usize§uItemState: NMCUSTOMDRAW_DRAW_STATE_FLAGS§lItemlParam: LPARAM