Function NtUserUpdateWindows

Source
pub unsafe fn NtUserUpdateWindows(
    first_hwnd: HWND,
    region: HRGN,
) -> Result<BOOL, UserCallError>
Expand description