mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[MSGINA] - Stub ShellDimScreen.
svn path=/trunk/; revision=66904
This commit is contained in:
parent
05aaaf8a04
commit
1b8371f95e
2 changed files with 7 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
13 stub -noname ShellStatusHostShuttingDown ; ()
|
13 stub -noname ShellStatusHostShuttingDown ; ()
|
||||||
14 stub -noname ShellNotifyThemeUserChange ; (long long)
|
14 stub -noname ShellNotifyThemeUserChange ; (long long)
|
||||||
15 stub -noname ShellSwitchWhenInteractiveReady ; (long long)
|
15 stub -noname ShellSwitchWhenInteractiveReady ; (long long)
|
||||||
16 stub -noname ShellDimScreen ; (ptr ptr)
|
16 stdcall -noname ShellDimScreen (ptr ptr)
|
||||||
17 stub -noname ShellInstallAccountFilterData ; ()
|
17 stub -noname ShellInstallAccountFilterData ; ()
|
||||||
18 stub -noname ShellStatusHostBegin ; (long)
|
18 stub -noname ShellStatusHostBegin ; (long)
|
||||||
19 stub -noname ShellIsUserInteractiveLogonAllowed ; (long)
|
19 stub -noname ShellIsUserInteractiveLogonAllowed ; (long)
|
||||||
|
|
|
@ -117,3 +117,9 @@ WlxGetConsoleSwitchCredentials(
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
HRESULT WINAPI
|
||||||
|
ShellDimScreen (void* Unknown, HWND* hWindow)
|
||||||
|
{
|
||||||
|
UNIMPLEMENTED;
|
||||||
|
return E_FAIL;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue