[SHELL32][SHELL32_APITEST][SDK] Implement SHShouldShowWizards (#7614)

Implementing missing features...
JIRA issue: CORE-19278
- Move function definition from
  stubs.cpp into utils.cpp.
- Add prototype to <undocshell.h>.
This commit is contained in:
Katayama Hirofumi MZ 2025-01-17 13:36:20 +09:00 committed by GitHub
parent b1257cefe1
commit b68104a8a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 158 additions and 11 deletions

View file

@ -204,6 +204,8 @@ int WINAPI SHOutOfMemoryMessageBox(
LPCSTR lpCaption,
UINT uType);
HRESULT WINAPI SHShouldShowWizards(_In_ IUnknown *pUnknown);
DWORD WINAPI SHNetConnectionDialog(
HWND hwndOwner,
LPCWSTR lpstrRemoteName,