Function user32::TabbedTextOutW
[−]
[src]
pub unsafe extern "system" fn TabbedTextOutW(
hdc: HDC,
x: c_int,
y: c_int,
lpString: LPCWSTR,
chCount: c_int,
nTabPositions: c_int,
lpnTabStopPositions: *const INT,
nTabOrigin: c_int
) -> LONG