mirror of
https://github.com/reactos/reactos.git
synced 2025-07-15 23:04:03 +00:00
[MSGINA]: Update the function names of stubs, with (in comments) the number of parameters they take.
See CORE-8459 for more information. CORE-8459 #resolve #comment Fixed in r65678. svn path=/trunk/; revision=65678
This commit is contained in:
parent
a55958d1b1
commit
ef4abbbb64
1 changed files with 29 additions and 29 deletions
|
@ -1,31 +1,31 @@
|
||||||
1 stub -noname stub1
|
1 stub -noname ShellGetUserList ; (long long long)
|
||||||
2 stub -noname stub2
|
2 stub -noname ShellStatusHostEnd ; (long)
|
||||||
3 stub -noname stub3
|
3 stub -noname ShellIsFriendlyUIActive ; ()
|
||||||
4 stub -noname stub4
|
4 stub -noname ShellIsSuspendAllowed ; ()
|
||||||
5 stub -noname stub5
|
5 stub -noname ShellIsRemoteConnectionsEnabled ; ()
|
||||||
6 stub -noname stub6
|
6 stub -noname ShellEnableFriendlyUI ; (long)
|
||||||
7 stub -noname stub7
|
7 stub -noname ShellEnableMultipleUsers ; (long)
|
||||||
8 stub -noname stub8
|
8 stub -noname ShellEnableRemoteConnections ; (long)
|
||||||
9 stub -noname stub9
|
9 stub -noname ShellTurnOffDialog ; (long)
|
||||||
10 stub -noname stub10
|
10 stub -noname ShellIsMultipleUsersEnabled ; ()
|
||||||
11 stub -noname stub11
|
11 stub -noname ShellACPIPowerButtonPressed ; (long long long)
|
||||||
12 stub -noname stub12
|
12 stub -noname ShellIsSingleUserNoPassword ; (wstr wstr)
|
||||||
13 stub -noname stub13
|
13 stub -noname ShellStatusHostShuttingDown ; ()
|
||||||
14 stub -noname stub14
|
14 stub -noname ShellNotifyThemeUserChange ; (long long)
|
||||||
15 stub -noname stub15
|
15 stub -noname ShellSwitchWhenInteractiveReady ; (long long)
|
||||||
16 stub -noname stub16
|
16 stub -noname ShellDimScreen ; (ptr ptr)
|
||||||
17 stub -noname stub17
|
17 stub -noname ShellInstallAccountFilterData ; ()
|
||||||
18 stub -noname stub18
|
18 stub -noname ShellStatusHostBegin ; (long)
|
||||||
19 stub -noname stub19
|
19 stub -noname ShellIsUserInteractiveLogonAllowed ; (long)
|
||||||
20 stub -noname stub20
|
20 stub -noname ShellSwitchUser ; (long)
|
||||||
21 stub -noname stub21
|
21 stub -noname ShellReturnToWelcome ; (long)
|
||||||
22 stub -noname stub22
|
22 stub -noname ShellStatusHostPowerEvent ; ()
|
||||||
23 stub -noname stub23
|
23 stub -noname ShellStartCredentialServer ; (wstr long long long)
|
||||||
24 stub -noname stub24
|
24 stub -noname ShellAcquireLogonMutex ; ()
|
||||||
25 stub -noname stub25
|
25 stub -noname ShellReleaseLogonMutex ; (long)
|
||||||
26 stub -noname stub26
|
26 stub -noname ShellSignalShutdown ; ()
|
||||||
27 stub -noname stub27
|
27 stub -noname ShellStatusHostHide ; ()
|
||||||
28 stub -noname stub28
|
28 stub -noname ShellStatusHostShow ; ()
|
||||||
@ stdcall ShellShutdownDialog(ptr wstr long)
|
@ stdcall ShellShutdownDialog(ptr wstr long)
|
||||||
@ stdcall WlxActivateUserShell(ptr wstr wstr ptr)
|
@ stdcall WlxActivateUserShell(ptr wstr wstr ptr)
|
||||||
@ stdcall WlxDisconnectNotify(ptr)
|
@ stdcall WlxDisconnectNotify(ptr)
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
@ stdcall WlxLogoff(ptr)
|
@ stdcall WlxLogoff(ptr)
|
||||||
@ stdcall WlxNegotiate(long ptr)
|
@ stdcall WlxNegotiate(long ptr)
|
||||||
@ stdcall WlxNetworkProviderLoad(ptr ptr)
|
@ stdcall WlxNetworkProviderLoad(ptr ptr)
|
||||||
@ stub WlxReconnectNotify
|
@ stub WlxReconnectNotify ; (long)
|
||||||
@ stdcall WlxRemoveStatusMessage(ptr)
|
@ stdcall WlxRemoveStatusMessage(ptr)
|
||||||
@ stdcall WlxScreenSaverNotify(ptr ptr)
|
@ stdcall WlxScreenSaverNotify(ptr ptr)
|
||||||
@ stdcall WlxShutdown(ptr long)
|
@ stdcall WlxShutdown(ptr long)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue