pub unsafe extern "system" fn GetViewportOrgEx(
hdc: *mut c_void,
lppoint: *mut POINT,
) -> i32Expand description
#207 GetViewportOrgEx
retrieve the horizontal and vertical coordinates of the origin of the
viewport associated with the device-context specified in the hdc parameter