mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 09:00:27 +00:00
Added missing decleration of StringCbPrintfA and StringCbPrintfW to strsafe.h.
svn path=/trunk/; revision=31804
This commit is contained in:
parent
006e4b96d5
commit
1d8f1474c1
1 changed files with 12 additions and 0 deletions
|
@ -341,6 +341,18 @@ StringCbGetsExW(LPWSTR pszDest,
|
||||||
size_t* pcbRemaining,
|
size_t* pcbRemaining,
|
||||||
unsigned long dwFlags);
|
unsigned long dwFlags);
|
||||||
|
|
||||||
|
STRSAFEAPI
|
||||||
|
StringCbPrintfA(LPTSTR pszDest,
|
||||||
|
size_t cbDest,
|
||||||
|
LPCTSTR pszFormat,
|
||||||
|
...);
|
||||||
|
|
||||||
|
STRSAFEAPI
|
||||||
|
StringCbPrintfW(LPWSTR pszDest,
|
||||||
|
size_t cbDest,
|
||||||
|
LPCWSTR pszFormat,
|
||||||
|
...);
|
||||||
|
|
||||||
STRSAFEAPI
|
STRSAFEAPI
|
||||||
StringCbPrintfExA(LPTSTR pszDest,
|
StringCbPrintfExA(LPTSTR pszDest,
|
||||||
size_t cbDest,
|
size_t cbDest,
|
||||||
|
|
Loading…
Reference in a new issue