Type Alias DRAGINFOW

Source
pub type DRAGINFOW = _DRAGINFOW;

Aliased Type§

struct DRAGINFOW {
    pub uSize: u32,
    pub pt: tagPOINT,
    pub fNC: i32,
    pub lpFileList: *mut u16,
    pub grfKeyState: u32,
}

Fields§

§uSize: u32§pt: tagPOINT§fNC: i32§lpFileList: *mut u16§grfKeyState: u32