Struct windows_sys::Win32::UI::WindowsAndMessaging::MINMAXINFO
#[repr(C)]pub struct MINMAXINFO {
pub ptReserved: POINT,
pub ptMaxSize: POINT,
pub ptMaxPosition: POINT,
pub ptMinTrackSize: POINT,
pub ptMaxTrackSize: POINT,
}
Expand description
Required features: "Win32_UI_WindowsAndMessaging"
, "Win32_Foundation"
Fields§
§ptReserved: POINT
§ptMaxSize: POINT
§ptMaxPosition: POINT
§ptMinTrackSize: POINT
§ptMaxTrackSize: POINT