Home
last modified time | relevance | path

Searched refs:runW (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/urlmon/
H A Daxinstall.c315 static const WCHAR runW[] = {'r','u','n',0}; in process_hook_section() local
322 if(!wcsicmp(key, runW)) { in process_hook_section()
326 … len = GetPrivateProfileStringW(sect_name, runW, NULL, val, ARRAY_SIZE(val), ctx->install_file); in process_hook_section()