MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / LoadString

Method LoadString

source/KuString.h:1101–1102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1099
1100#ifdef _WIN32
1101 bool LoadString(HINSTANCE hInstance, UINT nID, WORD wLanguage)
1102 { return U::LoadString(*this, hInstance, nID, wLanguage); }
1103 bool LoadString(HINSTANCE hInstance, UINT nID)
1104 { return LoadString(hInstance, nID, MAKELANGID(LANG_NEUTRAL, SUBLANG_NEUTRAL)); }
1105 bool LoadString(UINT nID)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected