GetWindowTextA

Function GetWindowTextA 

Source
pub unsafe fn GetWindowTextA<'a>(
    hwnd: impl IntoParam<'a, HWND>,
    lpstring: PSTR,
    nmaxcount: i32,
) -> i32