Skip to main content

WINDOW_ACTION

Type Alias WINDOW_ACTION 

Source
pub type WINDOW_ACTION = _WINDOW_ACTION;

Aliased Type§

#[repr(C)]
pub struct WINDOW_ACTION { pub kinds: i32, pub modifiers: i32, pub visible: i32, pub position: tagPOINT, pub size: tagSIZE, pub insertAfter: *mut HWND__, pub placementState: i32, pub normalRect: tagRECT, pub workArea: tagRECT, pub dpi: u32, pub pointOnMonitor: tagPOINT, pub monitorTopologyId: u32, }

Fields§

§kinds: i32§modifiers: i32§visible: i32§position: tagPOINT§size: tagSIZE§insertAfter: *mut HWND__§placementState: i32§normalRect: tagRECT§workArea: tagRECT§dpi: u32§pointOnMonitor: tagPOINT§monitorTopologyId: u32