[MSGINA] - Stub ShellDimScreen.

svn path=/trunk/; revision=66904
This commit is contained in:
Giannis Adamopoulos 2015-03-26 15:36:27 +00:00
parent 05aaaf8a04
commit 1b8371f95e
2 changed files with 7 additions and 1 deletions

View file

@ -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)

View file

@ -117,3 +117,9 @@ WlxGetConsoleSwitchCredentials(
return FALSE; return FALSE;
} }
HRESULT WINAPI
ShellDimScreen (void* Unknown, HWND* hWindow)
{
UNIMPLEMENTED;
return E_FAIL;
}