Struct windows_sys::Win32::UI::Controls::DRAGLISTINFO
#[repr(C)]pub struct DRAGLISTINFO {
pub uNotification: DRAGLISTINFO_NOTIFICATION_FLAGS,
pub hWnd: HWND,
pub ptCursor: POINT,
}Expand description
Required features: "Win32_UI_Controls", "Win32_Foundation"
Fields§
§uNotification: DRAGLISTINFO_NOTIFICATION_FLAGS§hWnd: HWND§ptCursor: POINT