SetWindowLongW

Function SetWindowLongW 

Source
pub unsafe fn SetWindowLongW<'a>(
    hwnd: impl IntoParam<'a, HWND>,
    nindex: WINDOW_LONG_PTR_INDEX,
    dwnewlong: i32,
) -> i32