wvnsprintfA(3w)
NAME
wvnsprintfA (SHLWAPI.@)
SYNOPSIS
INT wvnsprintfA ( LPSTR buffer, INT maxlen, LPCSTR spec, __ms_va_list args )
DESCRIPTION
Print formatted output to a string, up to a maximum number of chars.
PARAMS
buffer [Out] Destination for output string.
maxlen [In] Maximum number of characters to write.
spec [In] Format string.
RETURNS
Success: The number of characters written.
Failure: -1.
IMPLEMENTATION
Defined in "shlwapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/wsprintf.c".
- Debug channel "string".