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: DROPIMAGETYPEszMessage: [u16; 260]szInsert: [u16; 260]