[SHELL32][SDK] Implement LinkWindow_RegisterClass (#8878)

Implementing missing features...
JIRA issue: CORE-19278
- Implement LinkWindow_RegisterClass
  function by using "superclassing".
- Add prototype to <undocshell.h>.
This commit is contained in:
Katayama Hirofumi MZ
2026-04-23 22:50:03 +09:00
committed by GitHub
parent 081a6366df
commit d6cc284435
3 changed files with 33 additions and 0 deletions

View File

@@ -910,6 +910,9 @@ Activate_RunDLL(
BOOL WINAPI SHSettingsChanged(LPCVOID unused, LPCWSTR pszKey);
BOOL WINAPI LinkWindow_RegisterClass(VOID);
BOOL WINAPI LinkWindow_UnregisterClass(_In_ DWORD dwUnused);
/*****************************************************************************
* Shell32 resources
*/