Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/shell32/
H A DSHGetComputerDisplayNameW.cpp50 _Out_writes_z_(cchDescMax) PWSTR pszDesc, in SHELL_GetCachedComputerDescription()
51 _In_ DWORD cchDescMax, in SHELL_GetCachedComputerDescription() argument
54 cchDescMax *= sizeof(WCHAR); in SHELL_GetCachedComputerDescription()
56 SHELL_SkipServerSlashes(pszServerName), NULL, pszDesc, &cchDescMax); in SHELL_GetCachedComputerDescription()
/reactos/dll/win32/shell32/
H A Dutils.cpp1916 _Out_writes_z_(cchDescMax) PWSTR pszDesc, in SHELL_GetCachedComputerDescription()
1917 _In_ DWORD cchDescMax, in SHELL_GetCachedComputerDescription() argument
1920 cchDescMax *= sizeof(WCHAR); in SHELL_GetCachedComputerDescription()
1922 SHELL_SkipServerSlashes(pszServerName), NULL, pszDesc, &cchDescMax); in SHELL_GetCachedComputerDescription()
1943 _Out_writes_z_(cchDescMax) PWSTR pszDesc, in SHELL_GetComputerDescription()
1944 _In_ SIZE_T cchDescMax, in SHELL_GetComputerDescription() argument
1955 StringCchCopyW(pszDesc, cchDescMax, comment); in SHELL_GetComputerDescription()