Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/shell32/
H A DSHGetComputerDisplayNameW.cpp43 SIZE_T cbDesc = (wcslen(pszDesc) + 1) * sizeof(WCHAR); in SHELL_CacheComputerDescription() local
45 SHELL_SkipServerSlashes(pszServerName), REG_SZ, pszDesc, (DWORD)cbDesc); in SHELL_CacheComputerDescription()
/reactos/dll/win32/shell32/
H A Dutils.cpp1935 SIZE_T cbDesc = (wcslen(pszDesc) + 1) * sizeof(WCHAR); in SHELL_CacheComputerDescription() local
1937 SHELL_SkipServerSlashes(pszServerName), REG_SZ, pszDesc, (DWORD)cbDesc); in SHELL_CacheComputerDescription()