pub unsafe extern "system" fn GetWindowOrgEx( hdc: *mut c_void, lppoint: *mut POINT, ) -> i32
#214 GetWindowOrgEx
#214
retrieve horizontal (x) and vertical (y) origins of the window associated with the device-context hdc
hdc