Searched refs:shell32_base (Results 1 – 4 of 4) sorted by relevance
26 HMODULE shell32_base = ::GetModuleHandle(L"shell32.dll"); in IsPlatformFullScreenMode() local27 if (!shell32_base) { in IsPlatformFullScreenMode()33 (::GetProcAddress(shell32_base, "SHQueryUserNotificationState")); in IsPlatformFullScreenMode()
54 HMODULE shell32_base = GetModuleHandle(L"shell32.dll"); in ShowItemInFolder() local55 if (!shell32_base) { in ShowItemInFolder()61 (GetProcAddress(shell32_base, "SHOpenFolderAndSelectItems")); in ShowItemInFolder()
28 HMODULE shell32_base = ::GetModuleHandle(L"shell32.dll"); in IsPlatformFullScreenMode() local29 if (!shell32_base) { in IsPlatformFullScreenMode()35 (::GetProcAddress(shell32_base, "SHQueryUserNotificationState")); in IsPlatformFullScreenMode()
56 HMODULE shell32_base = GetModuleHandle(L"shell32.dll"); in ShowItemInFolderOnFileThread() local57 if (!shell32_base) { in ShowItemInFolderOnFileThread()63 (GetProcAddress(shell32_base, "SHOpenFolderAndSelectItems")); in ShowItemInFolderOnFileThread()