CURSORINFO

Type Alias CURSORINFO 

Source
pub type CURSORINFO = tagCURSORINFO;

Aliased Type§

#[repr(C)]
pub struct CURSORINFO { pub cbSize: u64, pub flags: u64, pub hCursor: *mut HICON__, pub ptScreenPos: tagPOINT, }

Fields§

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