SetWindowExtEx

Function SetWindowExtEx 

Source
pub unsafe extern "system" fn SetWindowExtEx(
    hdc: *mut c_void,
    x: i32,
    y: i32,
    lpsz: *mut SIZE,
) -> i32
Expand description

#217 SetWindowExtEx

set the horizontal (x) and vertical (y) extents of the window associated with the device-context hdc

ยงSee also

  • MS-EMF:v14 2.3.11.30 EMR_SETWINDOWEXTEX Record