Struct windows_sys::Win32::UI::Shell::DROPDESCRIPTION
#[repr(C, packed(1))]pub struct DROPDESCRIPTION {
pub type: DROPIMAGETYPE,
pub szMessage: [u16; 260],
pub szInsert: [u16; 260],
}Expand description
Required features: "Win32_UI_Shell"
Fields§
§type: DROPIMAGETYPE§szMessage: [u16; 260]§szInsert: [u16; 260]