table of contents
other versions
- wheezy 1.4.1-4
TabbedTextOutA(3w) | Wine API | TabbedTextOutA(3w) |
NAME¶
TabbedTextOutA (USER32.@)SYNOPSIS¶
LONG TabbedTextOutA(
HDC hdc,
INT x,
INT y,
LPCSTR lpstr,
INT count,
INT cTabStops,
const INT* lpTabPos,
INT nTabOrg
)
DESCRIPTION¶
See TabbedTextOutW(3w).IMPLEMENTATION¶
Declared in "winuser.h". Implemented in "dlls/user32/text.c". Debug channel "text".Oct 2012 | Wine API |