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

Function LoadLocalizedSmallIcon

localization.c:402–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402HICON
403LoadLocalizedSmallIcon(const UINT iconId)
404{
405 /* get the required small icon size (e.g., tray icon) */
406 int cx = GetSystemMetrics(SM_CXSMICON);
407 int cy = GetSystemMetrics(SM_CYSMICON);
408 return LoadLocalizedIconEx(iconId, cx, cy);
409}
410
411LPCDLGTEMPLATE
412LocalizedDialogResource(const UINT dialogId)

Callers 5

SetStatusWinIconFunction · 0.85
ResetPasswordRevealFunction · 0.85
ChangePasswordVisibilityFunction · 0.85
ShowTrayIconFunction · 0.85
SetTrayIconFunction · 0.85

Calls 1

LoadLocalizedIconExFunction · 0.85

Tested by

no test coverage detected