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

Function ShowLocalizedMsgEx

localization.c:306–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306int
307ShowLocalizedMsgEx(const UINT type, HANDLE parent, LPCTSTR caption, const UINT stringId, ...)
308{
309 va_list args;
310 va_start(args, stringId);
311 int result = __ShowLocalizedMsgEx(type, parent, caption, stringId, args);
312 va_end(args);
313 return result;
314}
315
316
317void

Callers 12

StatusDialogFuncFunction · 0.85
SetProcessPriorityFunction · 0.85
StartOpenVPNFunction · 0.85
LaunchOpenVPNFunction · 0.85
ifFunction · 0.85
ResetSavePasswordsFunction · 0.85
RunConnectScriptFunction · 0.85
ShowWinInetErrorFunction · 0.85
DownloadProfileFunction · 0.85
AuthorizeConfigFunction · 0.85
ImportConfigFileFunction · 0.85
CloseApplicationFunction · 0.85

Calls 1

__ShowLocalizedMsgExFunction · 0.85

Tested by

no test coverage detected