FindWindow

Function FindWindow 

Source
pub unsafe extern "system" fn FindWindow(
    lpclassname: *const u16,
    lpwindowname: *const u16,
) -> *mut c_void
Expand description

#67 FindWindow

searches for a window using the following criteria: window’s class name and window’s title