mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[MSGINA] - Stub ShellDimScreen.
svn path=/trunk/; revision=66904
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
13 stub -noname ShellStatusHostShuttingDown ; ()
|
||||
14 stub -noname ShellNotifyThemeUserChange ; (long long)
|
||||
15 stub -noname ShellSwitchWhenInteractiveReady ; (long long)
|
||||
16 stub -noname ShellDimScreen ; (ptr ptr)
|
||||
16 stdcall -noname ShellDimScreen (ptr ptr)
|
||||
17 stub -noname ShellInstallAccountFilterData ; ()
|
||||
18 stub -noname ShellStatusHostBegin ; (long)
|
||||
19 stub -noname ShellIsUserInteractiveLogonAllowed ; (long)
|
||||
|
||||
@@ -117,3 +117,9 @@ WlxGetConsoleSwitchCredentials(
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
HRESULT WINAPI
|
||||
ShellDimScreen (void* Unknown, HWND* hWindow)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return E_FAIL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user