reactos/dll/win32/msgina/msgina.spec
Oleg Dubinskiy c0d2cd508f
[MSGINA] Implement ShellTurnOffDialog (#3254)
Based on the following prototype: http://diendan.congdongcviet.com/threads/t13622::tim-handle-cua-cua-so-tat-may-tren-windows-nhu-the-nao.cpp?p=69284#post69284 (line 32) and return ShellShutdownDialog from it with all required parameters.
It allows to open the shutdown dialog properly from the Start menu with shell32.dll from Windows Server 2003 SP2 (when installing ReactOS as Workstation).

CORE-17313
2020-11-28 17:22:46 +03:00

51 lines
2.2 KiB
Ruby

1 stub -noname ShellGetUserList ; (long long long)
2 stub -noname ShellStatusHostEnd ; (long)
3 stdcall -noname ShellIsFriendlyUIActive()
4 stub -noname ShellIsSuspendAllowed ; ()
5 stub -noname ShellIsRemoteConnectionsEnabled ; ()
6 stub -noname ShellEnableFriendlyUI ; (long)
7 stub -noname ShellEnableMultipleUsers ; (long)
8 stub -noname ShellEnableRemoteConnections ; (long)
9 stdcall -noname ShellTurnOffDialog(ptr)
10 stub -noname ShellIsMultipleUsersEnabled ; ()
11 stub -noname ShellACPIPowerButtonPressed ; (long long long)
12 stub -noname ShellIsSingleUserNoPassword ; (wstr wstr)
13 stub -noname ShellStatusHostShuttingDown ; ()
14 stub -noname ShellNotifyThemeUserChange ; (long long)
15 stub -noname ShellSwitchWhenInteractiveReady ; (long long)
16 stdcall -noname ShellDimScreen(ptr ptr)
17 stub -noname ShellInstallAccountFilterData ; ()
18 stub -noname ShellStatusHostBegin ; (long)
19 stub -noname ShellIsUserInteractiveLogonAllowed ; (long)
20 stub -noname ShellSwitchUser ; (long)
21 stub -noname ShellReturnToWelcome ; (long)
22 stub -noname ShellStatusHostPowerEvent ; ()
23 stub -noname ShellStartCredentialServer ; (wstr long long long)
24 stub -noname ShellAcquireLogonMutex ; ()
25 stub -noname ShellReleaseLogonMutex ; (long)
26 stub -noname ShellSignalShutdown ; ()
27 stub -noname ShellStatusHostHide ; ()
28 stub -noname ShellStatusHostShow ; ()
@ stdcall ShellShutdownDialog(ptr wstr long)
@ stdcall WlxActivateUserShell(ptr wstr wstr ptr)
@ stdcall WlxDisconnectNotify(ptr)
@ stdcall WlxDisplayLockedNotice(ptr)
@ stdcall WlxDisplaySASNotice(ptr)
@ stdcall WlxDisplayStatusMessage(ptr ptr long wstr wstr)
@ stdcall WlxGetConsoleSwitchCredentials(ptr ptr)
@ stdcall WlxGetStatusMessage(ptr ptr ptr long)
@ stdcall WlxInitialize(wstr ptr ptr ptr ptr)
@ stdcall WlxIsLockOk(ptr)
@ stdcall WlxIsLogoffOk(ptr)
@ stdcall WlxLoggedOnSAS(ptr long ptr)
@ stdcall WlxLoggedOutSAS(ptr long ptr ptr ptr ptr ptr ptr)
@ stdcall WlxLogoff(ptr)
@ stdcall WlxNegotiate(long ptr)
@ stdcall WlxNetworkProviderLoad(ptr ptr)
@ stub WlxReconnectNotify ; (long)
@ stdcall WlxRemoveStatusMessage(ptr)
@ stdcall WlxScreenSaverNotify(ptr ptr)
@ stdcall WlxShutdown(ptr long)
@ stdcall WlxStartApplication(ptr wstr ptr wstr)
@ stdcall WlxWkstaLockedSAS(ptr long)