@@ -156,14 +156,14 @@ private class StringCchPrintf extends FormattingFunction {
156
156
this instanceof TopLevelFunction and
157
157
exists ( string baseName |
158
158
baseName in [
159
- "StringCchPrintf" , //StringCchPrintf(pszDest, cchDest, pszFormat, … )
160
- "StringCchPrintfEx" , //StringCchPrintfEx(pszDest,cchDest, ppszDestEnd, pcchRemaining, dwFlags, pszFormat, ...);
161
- "StringCchPrintf_l" , //StringCchPrintf_l(pszDest, cbDest, pszFormat, locale, … )
162
- "StringCchPrintf_lEx" , //StringCchPrintf_lEx(pszDest, cchDest, ppszDestEnd, pcchRemaining, dwFlags, pszFormat, locale, … )
163
- "StringCbPrintf" , //StringCbPrintf(pszDest, cbDest, pszFormat, … )
164
- "StringCbPrintfEx" , //StringCbPrintfEx(pszDest, cbDest, ppszDestEnd, pcbRemaining, dwFlags, pszFormat, … )
165
- "StringCbPrintf_l" , //StringCbPrintf_l(pszDest, cbDest, pszFormat, locale, … )
166
- "StringCbPrintf_lEx" //StringCbPrintf_lEx(pszDest, cbDest, ppszDestEnd, pcbRemaining, dwFlags, pszFormat, locale, … )
159
+ "StringCchPrintf" , //StringCchPrintf(pszDest, cchDest, pszFormat, ... )
160
+ "StringCchPrintfEx" , //StringCchPrintfEx(pszDest,cchDest, ppszDestEnd, pcchRemaining, dwFlags, pszFormat, ...)
161
+ "StringCchPrintf_l" , //StringCchPrintf_l(pszDest, cbDest, pszFormat, locale, ... )
162
+ "StringCchPrintf_lEx" , //StringCchPrintf_lEx(pszDest, cchDest, ppszDestEnd, pcchRemaining, dwFlags, pszFormat, locale, ... )
163
+ "StringCbPrintf" , //StringCbPrintf(pszDest, cbDest, pszFormat, ... )
164
+ "StringCbPrintfEx" , //StringCbPrintfEx(pszDest, cbDest, ppszDestEnd, pcbRemaining, dwFlags, pszFormat, ... )
165
+ "StringCbPrintf_l" , //StringCbPrintf_l(pszDest, cbDest, pszFormat, locale, ... )
166
+ "StringCbPrintf_lEx" //StringCbPrintf_lEx(pszDest, cbDest, ppszDestEnd, pcbRemaining, dwFlags, pszFormat, locale, ... )
167
167
]
168
168
|
169
169
this .hasGlobalName ( baseName + [ "" , "A" , "W" ] )
0 commit comments