Struct windows_sys::Win32::UI::WindowsAndMessaging::WINDOWINFO
#[repr(C)]pub struct WINDOWINFO {
pub cbSize: u32,
pub rcWindow: RECT,
pub rcClient: RECT,
pub dwStyle: WINDOW_STYLE,
pub dwExStyle: WINDOW_EX_STYLE,
pub dwWindowStatus: u32,
pub cxWindowBorders: u32,
pub cyWindowBorders: u32,
pub atomWindowType: u16,
pub wCreatorVersion: u16,
}Expand description
Required features: "Win32_UI_WindowsAndMessaging", "Win32_Foundation"
Fields§
§cbSize: u32§rcWindow: RECT§rcClient: RECT§dwStyle: WINDOW_STYLE§dwExStyle: WINDOW_EX_STYLE§dwWindowStatus: u32§cxWindowBorders: u32§cyWindowBorders: u32§atomWindowType: u16§wCreatorVersion: u16