Type Alias CURSORINFO

Source
pub type CURSORINFO = tagCURSORINFO;

Aliased Type§

struct CURSORINFO {
    pub cbSize: u32,
    pub flags: u32,
    pub hCursor: *mut HICON__,
    pub ptScreenPos: tagPOINT,
}

Fields§

§cbSize: u32§flags: u32§hCursor: *mut HICON__§ptScreenPos: tagPOINT