Struct windows_sys::Win32::UI::Controls::LVFOOTERINFO
[−]#[repr(C)]pub struct LVFOOTERINFO {
pub mask: u32,
pub pszText: PWSTR,
pub cchTextMax: i32,
pub cItems: u32,
}Expand description
Required features: ‘Win32_UI_Controls’, ‘Win32_Foundation’
Fields
mask: u32pszText: PWSTRcchTextMax: i32cItems: u32