AdjustWindowRectEx

Function AdjustWindowRectEx 

Source
pub unsafe fn AdjustWindowRectEx<'a>(
    lprect: *mut RECT,
    dwstyle: WINDOW_STYLE,
    bmenu: impl IntoParam<'a, BOOL>,
    dwexstyle: WINDOW_EX_STYLE,
) -> BOOL