Searched refs:lpSubName (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rostests/apitests/shlwapi/ |
H A D | SHGetRestriction.c | 14 typedef DWORD (WINAPI *FN_SHGetRestriction)(LPCWSTR lpSubKey, LPCWSTR lpSubName, LPCWSTR lpValue); 18 Candidate_SHGetRestriction(LPCWSTR lpSubKey, LPCWSTR lpSubName, LPCWSTR lpValue) in Candidate_SHGetRestriction() argument 26 PathCombineW(szPath, lpSubKey, lpSubName); in Candidate_SHGetRestriction() 39 LPCWSTR lpSubName; member 60 DWORD value1 = fnSHGetRestriction(NULL, entry->lpSubName, entry->lpValue); in TEST_DoEntry() 61 DWORD value2 = Candidate_SHGetRestriction(NULL, entry->lpSubName, entry->lpValue); in TEST_DoEntry()
|
/reactos/dll/win32/shell32/ |
H A D | CShellDispatch.cpp | 16 EXTERN_C DWORD WINAPI SHGetRestriction(LPCWSTR lpSubKey, LPCWSTR lpSubName, LPCWSTR lpValue);
|
/reactos/dll/win32/shlwapi/ |
H A D | ordinal.c | 2744 DWORD WINAPI SHGetRestriction(LPCWSTR lpSubKey, LPCWSTR lpSubName, LPCWSTR lpValue) in SHGetRestriction() argument 2750 TRACE("(%s, %s, %s)\n", debugstr_w(lpSubKey), debugstr_w(lpSubName), debugstr_w(lpValue)); in SHGetRestriction() 2755 PathCombineW(szPath, lpSubKey, lpSubName); in SHGetRestriction() 2777 SHGetValueW(hKey, lpSubName, lpValue, NULL, &retval, &datsize); in SHGetRestriction()
|