MCPcopy Create free account
hub / github.com/OpenVPN/openvpn-gui / LoadLocalizedStringBuf

Function LoadLocalizedStringBuf

localization.c:284–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282
283
284int
285LoadLocalizedStringBuf(PTSTR buffer, int bufferSize, const UINT stringId, ...)
286{
287 va_list args;
288 va_start(args, stringId);
289 int len = LoadStringLang(stringId, GetGUILanguage(), buffer, bufferSize, args);
290 va_end(args);
291 return len;
292}
293
294
295static int

Callers 5

add_optionFunction · 0.85
OnStateChangeFunction · 0.85
GetConnectionStatusTextFunction · 0.85
RunProgressDialogFunction · 0.85
ConnectFunction · 0.85

Calls 2

LoadStringLangFunction · 0.85
GetGUILanguageFunction · 0.85

Tested by

no test coverage detected