Scroll to navigation

wvnsprintfW(3w) Wine API wvnsprintfW(3w)

NAME

wvnsprintfW (SHLWAPI.@)

SYNOPSIS

INT wvnsprintfW
(
LPWSTR buffer,
INT maxlen,
LPCWSTR spec,
__ms_va_list args
)
 

DESCRIPTION

See wvnsprintfA(3w).
 

IMPLEMENTATION

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/wsprintf.c".
Debug channel "string".
Oct 2012 Wine API