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

Function ShowLocalizedMsg

localization.c:317–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315
316
317void
318ShowLocalizedMsg(const UINT stringId, ...)
319{
320 va_list args;
321 va_start(args, stringId);
322 __ShowLocalizedMsgEx(MB_OK, NULL, _T(PACKAGE_NAME), stringId, args);
323 va_end(args);
324}
325
326HICON
327LoadLocalizedIconEx(const UINT iconId, int cxDesired, int cyDesired)

Callers 15

add_optionFunction · 0.85
parse_argvFunction · 0.85
SaveAdvancedDlgParamsFunction · 0.85
CheckProxySettingsFunction · 0.85
SaveProxySettingsFunction · 0.85
CheckIServiceStatusFunction · 0.85
ReadLineFromStdOutFunction · 0.85
CheckVersionFunction · 0.85
SetGUILanguageFunction · 0.85
BuildFileList0Function · 0.85
BuildFileListFunction · 0.85
AuthorizeConfigFunction · 0.85

Calls 1

__ShowLocalizedMsgExFunction · 0.85

Tested by

no test coverage detected