Struct windows_sys::Win32::UI::Controls::NMTVGETINFOTIPW
[−]#[repr(C)]pub struct NMTVGETINFOTIPW {
pub hdr: NMHDR,
pub pszText: PWSTR,
pub cchTextMax: i32,
pub hItem: HTREEITEM,
pub lParam: LPARAM,
}Expand description
Required features: ‘Win32_UI_Controls’, ‘Win32_Foundation’
Fields
hdr: NMHDRpszText: PWSTRcchTextMax: i32hItem: HTREEITEMlParam: LPARAM