mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:02:59 +00:00
[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:
parent
b1257cefe1
commit
b68104a8a0
6 changed files with 158 additions and 11 deletions
|
@ -204,6 +204,8 @@ int WINAPI SHOutOfMemoryMessageBox(
|
|||
LPCSTR lpCaption,
|
||||
UINT uType);
|
||||
|
||||
HRESULT WINAPI SHShouldShowWizards(_In_ IUnknown *pUnknown);
|
||||
|
||||
DWORD WINAPI SHNetConnectionDialog(
|
||||
HWND hwndOwner,
|
||||
LPCWSTR lpstrRemoteName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue