Home
last modified time | relevance | path

Searched refs:szResStr (Results 1 – 1 of 1) sorted by path

/trunk/main/shell/source/win32/shlxthandler/util/
H A Dutilities.cxx78 wchar_t szResStr[MAX_RES_STRING]; in GetResString() local
80 int rc = LoadStringW( GetModuleHandleW(MODULE_NAME), ResId, szResStr, sizeof(szResStr) ); in GetResString()
85 return std::wstring(szResStr); in GetResString()

Completed in 20 milliseconds