Function gdi32::ExtTextOutA
[−]
[src]
pub unsafe extern "system" fn ExtTextOutA(
hdc: HDC,
x: c_int,
y: c_int,
options: UINT,
lprect: *const RECT,
lpString: LPCSTR,
c: UINT,
lpDx: *const INT
) -> BOOL