[SHLWAPI][SHELL32][SDK] Support SHRestrictedMessageBox (#9160)

Implementing missing features...
JIRA issue: CORE-19278
- Add IDS_RESTRICTED and IDS_RESTRICTIONS
  resource strings.
- Implement SHRestrictedMessageBox function.
- Modify shlwapi.spec.
- Add prototype into <shlwapi_undoc.h>.
- Restrict Folder Options on
  REST_NOFOLDEROPTIONS by using
  SHRestrictedMessageBox.
This commit is contained in:
Katayama Hirofumi MZ
2026-06-20 09:25:47 +09:00
committed by GitHub
parent 269b585eed
commit 0533a67b18
32 changed files with 89 additions and 12 deletions
+2
View File
@@ -58,6 +58,8 @@ SHRestrictionLookup(
_In_ const POLICYDATA *polTable,
_Inout_ LPDWORD polArr);
INT WINAPI SHRestrictedMessageBox(_In_ HWND hWnd);
BOOL WINAPI SHAboutInfoA(LPSTR lpszDest, DWORD dwDestLen);
BOOL WINAPI SHAboutInfoW(LPWSTR lpszDest, DWORD dwDestLen);