Added missing decleration of StringCbPrintfA and StringCbPrintfW to strsafe.h.

svn path=/trunk/; revision=31804
This commit is contained in:
Gregor Brunmar 2008-01-14 18:38:48 +00:00
parent 006e4b96d5
commit 1d8f1474c1

View file

@ -341,6 +341,18 @@ StringCbGetsExW(LPWSTR pszDest,
size_t* pcbRemaining,
unsigned long dwFlags);
STRSAFEAPI
StringCbPrintfA(LPTSTR pszDest,
size_t cbDest,
LPCTSTR pszFormat,
...);
STRSAFEAPI
StringCbPrintfW(LPWSTR pszDest,
size_t cbDest,
LPCWSTR pszFormat,
...);
STRSAFEAPI
StringCbPrintfExA(LPTSTR pszDest,
size_t cbDest,