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