Struct windows_sys::Win32::UI::Shell::SHDRAGIMAGE
#[repr(C)]pub struct SHDRAGIMAGE {
pub sizeDragImage: SIZE,
pub ptOffset: POINT,
pub hbmpDragImage: HBITMAP,
pub crColorKey: COLORREF,
}Expand description
Required features: "Win32_UI_Shell", "Win32_Foundation", "Win32_Graphics_Gdi"
Fields§
§sizeDragImage: SIZE§ptOffset: POINT§hbmpDragImage: HBITMAP§crColorKey: COLORREF