pub type DRAGINFO = DRAGINFOA;Aliased Type§
#[repr(C, packed(1))]pub struct DRAGINFO {
pub uSize: u32,
pub pt: tagPOINT,
pub fNC: i32,
pub lpFileList: *mut i8,
pub grfKeyState: u32,
}Fields§
§uSize: u32§pt: tagPOINT§fNC: i32§lpFileList: *mut i8§grfKeyState: u32