MCPcopy Create free account
hub / github.com/LegacyUpdate/LegacyUpdate / GetUserVariableW

Function GetUserVariableW

include/nsis/pluginapi.c:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void NSISCALL GetUserVariableW(const int varnum, LPWSTR wideStr)
102{
103 lstrcpyW(wideStr, getuservariable(varnum));
104}
105
106void NSISCALL GetUserVariableA(const int varnum, LPSTR ansiStr)
107{

Callers

nothing calls this directly

Calls 1

getuservariableFunction · 0.85

Tested by

no test coverage detected