Lines Matching refs:szBuff
974 WCHAR szBuff[MAX_PATH]; in SHCreatePropertyBagOnProfileSection() local
985 StrCpyNW(szBuff, lpFileName, _countof(szBuff)); in SHCreatePropertyBagOnProfileSection()
986 if (PathRemoveFileSpecW(szBuff)) in SHCreatePropertyBagOnProfileSection()
987 PathMakeSystemFolderW(szBuff); in SHCreatePropertyBagOnProfileSection()
1546 WCHAR szBuff[64]; in _CreateBag() local
1571 hr = _GetRegKey(pidl, pszPath, dwVspbFlags, dwMode, hKey, szBuff, _countof(szBuff)); in _CreateBag()
1573 hr = SHCreatePropertyBagOnRegKey(hKey, szBuff, dwMode, riid, (void**)pppb); in _CreateBag()
1598 WCHAR szBuff[64]; in _FindNearestInheritBag() local
1601 StringCchPrintfW(szBuff, _countof(szBuff), L"Bags\\%d\\%s\\Inherit", anSlots[iSlot], in _FindNearestInheritBag()
1603 hr = SHCreatePropertyBagOnRegKey(hKey, szBuff, STGM_READ, riid, (void**)pppb); in _FindNearestInheritBag()
1842 WCHAR szBuff[MAX_PATH]; in SHIsRemovableDrive() local
1855 hr = StrRetToBufW(&strret, ppidlLast, szBuff, _countof(szBuff)); in SHIsRemovableDrive()
1859 iDrive = PathGetDriveNumberW(szBuff); in SHIsRemovableDrive()