GetWindowText

Function GetWindowText 

Source
pub unsafe extern "system" fn GetWindowText(
    hwnd: *mut c_void,
    lpstring: *mut u16,
    nmaxcount: i32,
) -> i32
Expand description

#64 GetWindowText

retrieves a window’s title or the text within a control and copies it into a buffer